Home
last modified time | relevance | path

Searched defs:LParenLoc (Results 1 – 25 of 27) sorted by relevance

12

/external/clang/lib/Parse/
DParsePragma.cpp44 SourceLocation LParenLoc; member
134 SourceLocation LParenLoc = Tok.getLocation(); in HandlePragma() local
DParseExpr.cpp1545 SourceLocation LParenLoc = Tok.getLocation(), RParenLoc; in ParseExprAfterUnaryExprOrTypeTrait() local
1592 SourceLocation LParenLoc, RParenLoc; in ParseUnaryExprOrTypeTraitExpression() local
2111 SourceLocation LParenLoc, in ParseCompoundLiteralExpression()
DParseExprCXX.cpp948 SourceLocation LParenLoc, RParenLoc; in ParseCXXCasts() local
979 SourceLocation LParenLoc, RParenLoc; in ParseCXXTypeid() local
DParseObjc.cpp299 SourceLocation LParenLoc; member
485 SourceLocation LParenLoc; in ParseObjCInterfaceDeclList() local
/external/clang/lib/Lex/
DPPExpressions.cpp90 SourceLocation LParenLoc; in EvaluateDefined() local
DPPMacroExpansion.cpp787 SourceLocation LParenLoc; in EvaluateHasIncludeCommon() local
/external/clang/lib/Sema/
DSemaAttr.cpp193 SourceLocation LParenLoc, SourceLocation RParenLoc) { in ActOnPragmaPack()
DSemaExprObjC.cpp929 SourceLocation LParenLoc, in ParseObjCEncodeExpression()
945 SourceLocation LParenLoc, in ParseObjCSelectorExpression()
995 SourceLocation LParenLoc, in ParseObjCProtocolExpression()
3072 ExprResult Sema::BuildObjCBridgedCast(SourceLocation LParenLoc, in BuildObjCBridgedCast()
3184 SourceLocation LParenLoc, in ActOnObjCBridgedCast()
DTreeTransform.h1104 SourceLocation WhileLoc, SourceLocation LParenLoc, in RebuildDoStmt()
1114 StmtResult RebuildForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, in RebuildForStmt()
1278 SourceLocation LParenLoc, in RebuildObjCForCollectionStmt()
1589 ExprResult RebuildCStyleCastExpr(SourceLocation LParenLoc, in RebuildCStyleCastExpr()
1601 ExprResult RebuildCompoundLiteralExpr(SourceLocation LParenLoc, in RebuildCompoundLiteralExpr()
1692 ExprResult RebuildParenListExpr(SourceLocation LParenLoc, in RebuildParenListExpr()
1712 ExprResult RebuildStmtExpr(SourceLocation LParenLoc, in RebuildStmtExpr()
1771 SourceLocation LParenLoc, in RebuildCXXNamedCastExpr()
1809 SourceLocation LParenLoc, in RebuildCXXStaticCastExpr()
1826 SourceLocation LParenLoc, in RebuildCXXDynamicCastExpr()
[all …]
DSemaObjCProperty.cpp104 SourceLocation LParenLoc, in ActOnProperty()
206 SourceLocation LParenLoc, in HandlePropertyInClassExtension()
378 SourceLocation LParenLoc, in CreatePropertyDecl()
DSemaStmt.cpp1041 Sema::ActOnForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, in ActOnForStmt()
1177 SourceLocation LParenLoc, in ActOnObjCForCollectionStmt()
1365 Sema::ActOnCXXForRangeStmt(SourceLocation ForLoc, SourceLocation LParenLoc, in ActOnCXXForRangeStmt()
DSemaExprCXX.cpp367 Sema::ActOnCXXTypeid(SourceLocation OpLoc, SourceLocation LParenLoc, in ActOnCXXTypeid()
456 Sema::ActOnCXXUuidof(SourceLocation OpLoc, SourceLocation LParenLoc, in ActOnCXXUuidof()
777 SourceLocation LParenLoc, in ActOnCXXTypeConstructExpr()
797 SourceLocation LParenLoc, in BuildCXXTypeConstructExpr()
DSemaCast.cpp216 SourceLocation LParenLoc, Expr *E, in ActOnCXXNamedCast()
DSemaExpr.cpp3597 Sema::ActOnCallExpr(Scope *S, Expr *Fn, SourceLocation LParenLoc, in ActOnCallExpr()
3751 SourceLocation LParenLoc, in BuildResolvedCallExpr()
3928 Sema::ActOnCompoundLiteral(SourceLocation LParenLoc, ParsedType Ty, in ActOnCompoundLiteral()
3943 Sema::BuildCompoundLiteralExpr(SourceLocation LParenLoc, TypeSourceInfo *TInfo, in BuildCompoundLiteralExpr()
4279 Sema::ActOnCastExpr(Scope *S, SourceLocation LParenLoc, in ActOnCastExpr()
4337 ExprResult Sema::BuildVectorLiteral(SourceLocation LParenLoc, in BuildVectorLiteral()
DSemaOverload.cpp9497 SourceLocation LParenLoc, in BuildRecoveryCallExpr()
9561 SourceLocation LParenLoc, in BuildOverloadedCallExpr()
10349 SourceLocation LParenLoc, Expr **Args, in BuildCallToMemberFunction()
10588 SourceLocation LParenLoc, in BuildCallToObjectOfClassType()
/external/clang/include/clang/AST/
DTypeLoc.h864 SourceLocation LParenLoc; member
1356 SourceLocation LParenLoc; member
1449 SourceLocation KWLoc, LParenLoc, RParenLoc; member
1760 SourceLocation KWLoc, LParenLoc, RParenLoc; member
DExprObjC.h1498 SourceLocation LParenLoc; variable
1506 ObjCBridgedCastExpr(SourceLocation LParenLoc, ObjCBridgeCastKind Kind, in ObjCBridgedCastExpr()
DExpr.h2444 SourceLocation LParenLoc; variable
3201 SourceLocation LParenLoc, RParenLoc; variable
4018 SourceLocation LParenLoc, RParenLoc; variable
DDeclObjC.h1742 SourceLocation LParenLoc; // location of '(' starting attribute list or null. variable
DStmt.h1114 SourceLocation LParenLoc, RParenLoc; variable
DExprCXX.h2768 SourceLocation LParenLoc; variable
/external/clang/lib/AST/
DExprCXX.cpp984 SourceLocation LParenLoc, in CXXUnresolvedConstructExpr()
1012 SourceLocation LParenLoc, in Create()
DDeclObjC.cpp1283 SourceLocation LParenLoc, in Create()
/external/clang/include/clang/Sema/
DInitialization.h407 SourceLocation LParenLoc, in CreateDirect()
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp811 SMLoc LParenLoc = Parser.getTok().getLoc(); in ParseMemOperand() local

12