Searched defs:LParenLoc (Results 1 - 25 of 32) sorted by relevance

12

/external/clang/lib/Lex/
H A DPPExpressions.cpp91 SourceLocation LParenLoc; local
94 LParenLoc = PeekTok.getLocation();
125 if (LParenLoc.isValid()) {
133 PP.Diag(LParenLoc, diag::note_matching) << tok::l_paren;
/external/clang/lib/Sema/
H A DSemaAttr.cpp192 SourceLocation LParenLoc, SourceLocation RParenLoc) {
190 ActOnPragmaPack(PragmaPackKind Kind, IdentifierInfo *Name, Expr *alignment, SourceLocation PragmaLoc, SourceLocation LParenLoc, SourceLocation RParenLoc) argument
H A DSemaTemplateVariadic.cpp947 ExprResult Sema::ActOnCXXFoldExpr(SourceLocation LParenLoc, Expr *LHS, argument
982 return BuildCXXFoldExpr(LParenLoc, LHS, Opc, EllipsisLoc, RHS, RParenLoc);
985 ExprResult Sema::BuildCXXFoldExpr(SourceLocation LParenLoc, Expr *LHS, argument
989 return new (Context) CXXFoldExpr(Context.DependentTy, LParenLoc, LHS,
H A DDeclSpec.cpp164 SourceLocation LParenLoc,
201 I.Fun.LParenLoc = LParenLoc.getRawEncoding();
162 getFunction(bool hasProto, bool isAmbiguous, SourceLocation LParenLoc, ParamInfo *Params, unsigned NumParams, SourceLocation EllipsisLoc, SourceLocation RParenLoc, unsigned TypeQuals, bool RefQualifierIsLvalueRef, SourceLocation RefQualifierLoc, SourceLocation ConstQualifierLoc, SourceLocation VolatileQualifierLoc, SourceLocation RestrictQualifierLoc, SourceLocation MutableLoc, ExceptionSpecificationType ESpecType, SourceLocation ESpecLoc, ParsedType *Exceptions, SourceRange *ExceptionRanges, unsigned NumExceptions, Expr *NoexceptExpr, CachedTokens *ExceptionSpecTokens, SourceLocation LocalRangeBegin, SourceLocation LocalRangeEnd, Declarator &TheDeclarator, TypeResult TrailingReturnType) argument
H A DSemaCast.cpp216 SourceLocation LParenLoc, Expr *E,
232 SourceRange(LParenLoc, RParenLoc));
213 ActOnCXXNamedCast(SourceLocation OpLoc, tok::TokenKind Kind, SourceLocation LAngleBracketLoc, Declarator &D, SourceLocation RAngleBracketLoc, SourceLocation LParenLoc, Expr *E, SourceLocation RParenLoc) argument
H A DSemaObjCProperty.cpp140 SourceLocation LParenLoc,
171 Res = HandlePropertyInClassExtension(S, AtLoc, LParenLoc,
184 Res = CreatePropertyDecl(S, ClassDecl, AtLoc, LParenLoc, FD,
276 SourceLocation LParenLoc, SourceLocation &Loc) {
277 if (LParenLoc.isMacroID())
281 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(LParenLoc);
317 SourceLocation LParenLoc,
351 PropertyId, AtLoc, LParenLoc, T);
384 CreatePropertyDecl(S, CCPrimary, AtLoc, LParenLoc,
482 ActOnProperty(S, AtLoc, LParenLoc, F
139 ActOnProperty(Scope *S, SourceLocation AtLoc, SourceLocation LParenLoc, FieldDeclarator &FD, ObjCDeclSpec &ODS, Selector GetterSel, Selector SetterSel, bool *isOverridingProperty, tok::ObjCKeywordKind MethodImplKind, DeclContext *lexicalDC) argument
275 LocPropertyAttribute( ASTContext &Context, const char *attrName, SourceLocation LParenLoc, SourceLocation &Loc) argument
315 HandlePropertyInClassExtension(Scope *S, SourceLocation AtLoc, SourceLocation LParenLoc, FieldDeclarator &FD, Selector GetterSel, Selector SetterSel, const bool isAssign, const bool isReadWrite, const unsigned Attributes, const unsigned AttributesAsWritten, bool *isOverridingProperty, TypeSourceInfo *T, tok::ObjCKeywordKind MethodImplKind) argument
523 CreatePropertyDecl(Scope *S, ObjCContainerDecl *CDecl, SourceLocation AtLoc, SourceLocation LParenLoc, FieldDeclarator &FD, Selector GetterSel, Selector SetterSel, const bool isAssign, const bool isReadWrite, const unsigned Attributes, const unsigned AttributesAsWritten, TypeSourceInfo *TInfo, tok::ObjCKeywordKind MethodImplKind, DeclContext *lexicalDC) argument
[all...]
H A DSemaExprObjC.cpp970 SourceLocation LParenLoc,
978 PP.getLocForEndOfToken(LParenLoc));
985 SourceLocation LParenLoc,
1002 << Method->getSelector() << FixItHint::CreateInsertion(LParenLoc, "(")
1016 SourceLocation LParenLoc,
1027 if (HelperToDiagnoseMismatchedMethodsInGlobalPool(S, AtLoc, LParenLoc, RParenLoc,
1033 if (HelperToDiagnoseMismatchedMethodsInGlobalPool(S, AtLoc, LParenLoc, RParenLoc,
1042 SourceLocation LParenLoc,
1046 SourceRange(LParenLoc, RParenLoc));
1049 SourceRange(LParenLoc, RParenLo
968 ParseObjCEncodeExpression(SourceLocation AtLoc, SourceLocation EncodeLoc, SourceLocation LParenLoc, ParsedType ty, SourceLocation RParenLoc) argument
983 HelperToDiagnoseMismatchedMethodsInGlobalPool(Sema &S, SourceLocation AtLoc, SourceLocation LParenLoc, SourceLocation RParenLoc, ObjCMethodDecl *Method, ObjCMethodList &MethList) argument
1014 DiagnoseMismatchedSelectors(Sema &S, SourceLocation AtLoc, ObjCMethodDecl *Method, SourceLocation LParenLoc, SourceLocation RParenLoc, bool WarnMultipleSelectors) argument
1039 ParseObjCSelectorExpression(Selector Sel, SourceLocation AtLoc, SourceLocation SelLoc, SourceLocation LParenLoc, SourceLocation RParenLoc, bool WarnMultipleSelectors) argument
1100 ParseObjCProtocolExpression(IdentifierInfo *ProtocolId, SourceLocation AtLoc, SourceLocation ProtoLoc, SourceLocation LParenLoc, SourceLocation ProtoIdLoc, SourceLocation RParenLoc) argument
3927 BuildObjCBridgedCast(SourceLocation LParenLoc, ObjCBridgeCastKind Kind, SourceLocation BridgeKeywordLoc, TypeSourceInfo *TSInfo, Expr *SubExpr) argument
4038 ActOnObjCBridgedCast(Scope *S, SourceLocation LParenLoc, ObjCBridgeCastKind Kind, SourceLocation BridgeKeywordLoc, ParsedType Type, SourceLocation RParenLoc, Expr *SubExpr) argument
[all...]
H A DSemaExprCXX.cpp467 Sema::ActOnCXXTypeid(SourceLocation OpLoc, SourceLocation LParenLoc, argument
554 Sema::ActOnCXXUuidof(SourceLocation OpLoc, SourceLocation LParenLoc, argument
989 SourceLocation LParenLoc,
1000 return BuildCXXTypeConstructExpr(TInfo, LParenLoc, exprs, RParenLoc);
1009 SourceLocation LParenLoc,
1016 return CXXUnresolvedConstructExpr::Create(Context, TInfo, LParenLoc, Exprs,
1020 bool ListInitialization = LParenLoc.isInvalid();
1032 return BuildCXXFunctionalCastExpr(TInfo, LParenLoc, Arg, RParenLoc);
1056 : InitializationKind::CreateDirect(TyBeginLoc, LParenLoc, RParenLoc)
1057 : InitializationKind::CreateValue(TyBeginLoc, LParenLoc, RParenLo
988 ActOnCXXTypeConstructExpr(ParsedType TypeRep, SourceLocation LParenLoc, MultiExprArg exprs, SourceLocation RParenLoc) argument
1008 BuildCXXTypeConstructExpr(TypeSourceInfo *TInfo, SourceLocation LParenLoc, MultiExprArg Exprs, SourceLocation RParenLoc) argument
6212 RebuildCallExpr(Expr *Callee, SourceLocation LParenLoc, MultiExprArg Args, SourceLocation RParenLoc, Expr *ExecConfig = nullptr) argument
[all...]
/external/clang/include/clang/AST/
H A DOpenMPClause.h73 SourceLocation LParenLoc; member in class:clang::OMPVarListClause
102 /// \param LParenLoc Location of '('.
107 SourceLocation LParenLoc, SourceLocation EndLoc, unsigned N)
108 : OMPClause(K, StartLoc, EndLoc), LParenLoc(LParenLoc), NumVars(N) {}
132 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; }
134 SourceLocation getLParenLoc() const { return LParenLoc; }
157 SourceLocation LParenLoc; member in class:clang::OMPIfClause
169 /// \param LParenLoc Location of '('.
173 OMPIfClause(Expr *Cond, SourceLocation StartLoc, SourceLocation LParenLoc, argument
106 OMPVarListClause(OpenMPClauseKind K, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, unsigned N) argument
210 SourceLocation LParenLoc; member in class:clang::OMPFinalClause
226 OMPFinalClause(Expr *Cond, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
264 SourceLocation LParenLoc; member in class:clang::OMPNumThreadsClause
280 OMPNumThreadsClause(Expr *NumThreads, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
322 SourceLocation LParenLoc; member in class:clang::OMPSafelenClause
336 OMPSafelenClause(Expr *Len, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
377 SourceLocation LParenLoc; member in class:clang::OMPCollapseClause
392 OMPCollapseClause(Expr *Num, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
429 SourceLocation LParenLoc; member in class:clang::OMPDefaultClause
456 OMPDefaultClause(OpenMPDefaultClauseKind A, SourceLocation ALoc, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
499 SourceLocation LParenLoc; member in class:clang::OMPProcBindClause
527 OMPProcBindClause(OpenMPProcBindClauseKind A, SourceLocation ALoc, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
569 SourceLocation LParenLoc; member in class:clang::OMPScheduleClause
617 OMPScheduleClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation KLoc, SourceLocation CommaLoc, SourceLocation EndLoc, OpenMPScheduleClauseKind Kind, Expr *ChunkSize) argument
937 OMPPrivateClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, unsigned N) argument
1030 OMPFirstprivateClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, unsigned N) argument
1167 OMPLastprivateClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, unsigned N) argument
1333 OMPSharedClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, unsigned N) argument
1404 OMPReductionClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation ColonLoc, SourceLocation EndLoc, unsigned N, NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo) argument
1584 OMPLinearClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation ColonLoc, SourceLocation EndLoc, unsigned NumVars) argument
1760 OMPAlignedClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation ColonLoc, SourceLocation EndLoc, unsigned NumVars) argument
1850 OMPCopyinClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, unsigned N) argument
1996 OMPCopyprivateClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, unsigned N) argument
2144 OMPFlushClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, unsigned N) argument
[all...]
H A DExprObjC.h1537 SourceLocation LParenLoc; member in class:clang::ObjCBridgedCastExpr
1545 ObjCBridgedCastExpr(SourceLocation LParenLoc, ObjCBridgeCastKind Kind, argument
1550 LParenLoc(LParenLoc), BridgeKeywordLoc(BridgeKeywordLoc), Kind(Kind) { }
1556 SourceLocation getLParenLoc() const { return LParenLoc; }
1569 SourceLocation getLocStart() const LLVM_READONLY { return LParenLoc; }
H A DDeclCXX.h1917 SourceLocation LParenLoc; member in class:clang::CXXCtorInitializer
2100 SourceLocation getLParenLoc() const { return LParenLoc; }
H A DDeclObjC.h2219 SourceLocation LParenLoc; // location of '(' starting attribute list or null. member in class:clang::ObjCPropertyDecl
2237 LParenLoc(LParenLocation), DeclType(T),
2259 SourceLocation getLParenLoc() const { return LParenLoc; }
2260 void setLParenLoc(SourceLocation L) { LParenLoc = L; }
H A DStmt.h1143 SourceLocation LParenLoc, RParenLoc; member in class:clang::ForStmt
1188 SourceLocation getLParenLoc() const { return LParenLoc; }
1189 void setLParenLoc(SourceLocation L) { LParenLoc = L; }
/external/clang/lib/Parse/
H A DParseExpr.cpp1636 SourceLocation LParenLoc = PP.getLocForEndOfToken(OpTok.getLocation()); local
1638 Diag(LParenLoc, diag::err_expected_parentheses_around_typename)
1640 << FixItHint::CreateInsertion(LParenLoc, "(")
1661 SourceLocation LParenLoc = Tok.getLocation(), RParenLoc; local
1665 CastRange = SourceRange(LParenLoc, RParenLoc);
1713 SourceLocation LParenLoc, RParenLoc; local
1719 LParenLoc = T.getOpenLocation();
1734 LParenLoc = PP.getLocForEndOfToken(EllipsisLoc);
1736 Diag(LParenLoc, diag::err_paren_sizeof_parameter_pack)
1738 << FixItHint::CreateInsertion(LParenLoc, "(")
2308 ParseCompoundLiteralExpression(ParsedType Ty, SourceLocation LParenLoc, SourceLocation RParenLoc) argument
[all...]
H A DParsePragma.cpp333 SourceLocation LParenLoc; member in struct:PragmaPackInfo
349 Info->LParenLoc, Info->RParenLoc);
948 SourceLocation LParenLoc = Tok.getLocation(); local
1031 Info->LParenLoc = LParenLoc;
H A DParseDeclCXX.cpp3581 SourceLocation LParenLoc = Tok.getLocation(); local
3612 Diag(LParenLoc, diag::err_attribute_requires_arguments) << AttrName;
3617 Diag(LParenLoc, diag::err_cxx11_attribute_forbids_arguments)
3619 << FixItHint::CreateRemoval(SourceRange(LParenLoc, *EndLoc));
H A DParseExprCXX.cpp1074 SourceLocation LParenLoc = T.getOpenLocation(); local
1143 LParenLoc,
1160 LParenLoc, FunLocalRangeEnd, D,
1209 /*LParenLoc=*/NoLoc,
1306 SourceLocation LParenLoc, RParenLoc;
1337 SourceLocation LParenLoc, RParenLoc; local
1343 LParenLoc = T.getOpenLocation();
1372 Result = Actions.ActOnCXXTypeid(OpLoc, LParenLoc, /*isType=*/true,
1386 Result = Actions.ActOnCXXTypeid(OpLoc, LParenLoc, /*isType=*/false,
H A DParseObjc.cpp441 SourceLocation LParenLoc; local
444 LParenLoc = Tok.getLocation();
475 getCurScope(), AtLoc, LParenLoc, FD, OCDS, GetterSel, SetterSel,
H A DParseDecl.cpp5301 SourceLocation LParenLoc, RParenLoc; local
5302 LParenLoc = Tracker.getOpenLocation();
5303 StartLoc = LParenLoc;
5422 LParenLoc,
/external/clang/include/clang/Sema/
H A DInitialization.h490 SourceLocation LParenLoc,
493 InitLoc, LParenLoc, RParenLoc);
543 SourceLocation LParenLoc,
547 InitLoc, LParenLoc, RParenLoc);
489 CreateDirect(SourceLocation InitLoc, SourceLocation LParenLoc, SourceLocation RParenLoc) argument
542 CreateValue(SourceLocation InitLoc, SourceLocation LParenLoc, SourceLocation RParenLoc, bool isImplicit = false) argument
H A DDeclSpec.h1195 unsigned LParenLoc; member in struct:clang::DeclaratorChunk::FunctionTypeInfo
1292 return SourceLocation::getFromRawEncoding(LParenLoc);
1464 SourceLocation LParenLoc,
1513 static DeclaratorChunk getParen(SourceLocation LParenLoc, argument
1517 I.Loc = LParenLoc;
/external/clang/lib/AST/
H A DDeclObjC.cpp1864 SourceLocation LParenLoc,
1867 return new (C, DC) ObjCPropertyDecl(DC, L, Id, AtLoc, LParenLoc, T);
1860 Create(ASTContext &C, DeclContext *DC, SourceLocation L, IdentifierInfo *Id, SourceLocation AtLoc, SourceLocation LParenLoc, TypeSourceInfo *T, PropertyControl propControl) argument
H A DExprCXX.cpp1142 SourceLocation LParenLoc,
1154 LParenLoc(LParenLoc),
1169 SourceLocation LParenLoc,
1174 return new (Mem) CXXUnresolvedConstructExpr(Type, LParenLoc, Args, RParenLoc);
1141 CXXUnresolvedConstructExpr(TypeSourceInfo *Type, SourceLocation LParenLoc, ArrayRef<Expr*> Args, SourceLocation RParenLoc) argument
1167 Create(const ASTContext &C, TypeSourceInfo *Type, SourceLocation LParenLoc, ArrayRef<Expr*> Args, SourceLocation RParenLoc) argument
H A DStmt.cpp914 : Stmt(ForStmtClass), ForLoc(FL), LParenLoc(LP), RParenLoc(RP)
1192 SourceLocation LParenLoc, SourceLocation EndLoc,
1199 new (Mem) OMPPrivateClause(StartLoc, LParenLoc, EndLoc, VL.size());
1227 SourceLocation LParenLoc, SourceLocation EndLoc,
1234 new (Mem) OMPFirstprivateClause(StartLoc, LParenLoc, EndLoc, VL.size());
1278 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc,
1285 new (Mem) OMPLastprivateClause(StartLoc, LParenLoc, EndLoc, VL.size());
1303 SourceLocation LParenLoc,
1309 OMPSharedClause *Clause = new (Mem) OMPSharedClause(StartLoc, LParenLoc,
1343 SourceLocation LParenLoc, SourceLocatio
1191 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL, ArrayRef<Expr *> PrivateVL) argument
1226 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL, ArrayRef<Expr *> PrivateVL, ArrayRef<Expr *> InitVL) argument
1277 Create( const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL, ArrayRef<Expr *> SrcExprs, ArrayRef<Expr *> DstExprs, ArrayRef<Expr *> AssignmentOps) argument
1301 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL) argument
1342 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation ColonLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL, ArrayRef<Expr *> IL, Expr *Step, Expr *CalcStep) argument
1377 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation ColonLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL, Expr *A) argument
1420 Create( const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL, ArrayRef<Expr *> SrcExprs, ArrayRef<Expr *> DstExprs, ArrayRef<Expr *> AssignmentOps) argument
1466 Create( const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL, ArrayRef<Expr *> SrcExprs, ArrayRef<Expr *> DstExprs, ArrayRef<Expr *> AssignmentOps) argument
1535 Create( const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, SourceLocation ColonLoc, ArrayRef<Expr *> VL, NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo, ArrayRef<Expr *> LHSExprs, ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps) argument
1561 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL) argument
[all...]
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1855 SMLoc LParenLoc = Parser.getTok().getLoc(); local
1873 return X86Operand::CreateMem(getPointerWidth(), Disp, LParenLoc,

Completed in 1222 milliseconds

12