/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 179 SourceLocation LParenLoc; member 195 SourceLocation LParenLoc; variable 209 SourceLocation LParenLoc, SourceLocation EndLoc, unsigned N) in OMPVarListClause() 273 SourceLocation LParenLoc; variable 288 OMPAllocatorClause(Expr *A, SourceLocation StartLoc, SourceLocation LParenLoc, in OMPAllocatorClause() 353 OMPAllocateClause(SourceLocation StartLoc, SourceLocation LParenLoc, in OMPAllocateClause() 433 SourceLocation LParenLoc; variable 474 SourceLocation LParenLoc, SourceLocation NameModifierLoc, in OMPIfClause() 534 SourceLocation LParenLoc; variable 554 SourceLocation LParenLoc, SourceLocation EndLoc) in OMPFinalClause() [all …]
|
H A D | TypeLoc.h | 1109 SourceLocation LParenLoc; member 1345 SourceLocation LParenLoc; member 1897 SourceLocation LParenLoc; member 1999 SourceLocation KWLoc, LParenLoc, RParenLoc; member 2467 SourceLocation KWLoc, LParenLoc, RParenLoc; member
|
H A D | ExprObjC.h | 1633 SourceLocation LParenLoc; variable 1638 ObjCBridgedCastExpr(SourceLocation LParenLoc, ObjCBridgeCastKind Kind, in ObjCBridgedCastExpr()
|
H A D | ExprCXX.h | 1730 SourceLocation LParenLoc; variable 3438 SourceLocation LParenLoc; variable 4582 SourceLocation LParenLoc; variable 4593 SourceLocation LParenLoc, Expr *LHS, BinaryOperatorKind Opcode, in CXXFoldExpr()
|
H A D | Stmt.h | 1932 SourceLocation LParenLoc; variable 2147 SourceLocation LParenLoc; variable 2334 SourceLocation LParenLoc, RParenLoc; variable 2508 SourceLocation LParenLoc, RParenLoc; variable
|
H A D | Expr.h | 3333 SourceLocation LParenLoc; variable 4273 SourceLocation LParenLoc, RParenLoc; variable 4275 StmtExpr(CompoundStmt *SubStmt, QualType T, SourceLocation LParenLoc, in StmtExpr() 5465 SourceLocation LParenLoc, RParenLoc; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 326 SourceLocation LParenLoc, in Create() 382 SourceLocation LParenLoc, SourceLocation ArgumentLoc, in Create() 415 SourceLocation LParenLoc, SourceLocation EndLoc, in Create() 446 SourceLocation LParenLoc, SourceLocation EndLoc, in Create() 494 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, in Create() 519 SourceLocation LParenLoc, in Create() 566 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, in Create() 612 SourceLocation LParenLoc, SourceLocation ColonLoc, in Create() 651 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, in Create() 692 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, in Create() [all …]
|
H A D | Stmt.cpp | 1039 Expr *Cond, SourceLocation LParenLoc, in SwitchStmt() 1067 Expr *Cond, SourceLocation LParenLoc, in Create() 1107 Stmt *Body, SourceLocation WL, SourceLocation LParenLoc, in WhileStmt() 1130 SourceLocation LParenLoc, in Create()
|
H A D | ExprCXX.cpp | 1325 SourceLocation LParenLoc, in CXXUnresolvedConstructExpr() 1343 const ASTContext &Context, QualType T, TypeSourceInfo *TSI, SourceLocation LParenLoc, in Create()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
H A D | VariadicMacroSupport.h | 86 void sawVAOptFollowedByOpeningParens(const SourceLocation LParenLoc) { in sawVAOptFollowedByOpeningParens() 107 void sawOpeningParen(SourceLocation LParenLoc) { in sawOpeningParen()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | TreeTransform.h | 1324 SourceLocation LParenLoc, Sema::ConditionResult Cond, in RebuildIfStmt() 1336 SourceLocation LParenLoc, Stmt *Init, in RebuildSwitchStmtStart() 1356 StmtResult RebuildWhileStmt(SourceLocation WhileLoc, SourceLocation LParenLoc, in RebuildWhileStmt() 1367 SourceLocation WhileLoc, SourceLocation LParenLoc, in RebuildDoStmt() 1377 StmtResult RebuildForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, in RebuildForStmt() 1577 SourceLocation LParenLoc, in RebuildOMPIfClause() 1591 SourceLocation LParenLoc, in RebuildOMPFinalClause() 1603 SourceLocation LParenLoc, in RebuildOMPNumThreadsClause() 1614 SourceLocation LParenLoc, in RebuildOMPSafelenClause() 1624 SourceLocation LParenLoc, in RebuildOMPSimdlenClause() [all …]
|
H A D | SemaOpenMP.cpp | 6727 SourceLocation LParenLoc, in ActOnOpenMPCall() 12778 SourceLocation LParenLoc, in ActOnOpenMPSingleExprClause() 13701 SourceLocation LParenLoc, in ActOnOpenMPIfClause() 13735 SourceLocation LParenLoc, in ActOnOpenMPFinalClause() 13852 SourceLocation LParenLoc, in ActOnOpenMPNumThreadsClause() 13910 SourceLocation LParenLoc, in ActOnOpenMPSafelenClause() 13923 SourceLocation LParenLoc, in ActOnOpenMPSimdlenClause() 13980 SourceLocation LParenLoc, in ActOnOpenMPAllocatorClause() 14002 SourceLocation LParenLoc, in ActOnOpenMPCollapseClause() 14019 SourceLocation LParenLoc, in ActOnOpenMPOrderedClause() [all …]
|
H A D | SemaObjCProperty.cpp | 173 SourceLocation LParenLoc, in ActOnProperty() 307 SourceLocation LParenLoc, SourceLocation &Loc) { in LocPropertyAttribute() 407 SourceLocation LParenLoc, in HandlePropertyInClassExtension() 561 SourceLocation LParenLoc, in CreatePropertyDecl()
|
H A D | SemaExprObjC.cpp | 1162 SourceLocation LParenLoc, in ParseObjCEncodeExpression() 1177 SourceLocation LParenLoc, in HelperToDiagnoseMismatchedMethodsInGlobalPool() 1208 SourceLocation LParenLoc, in DiagnoseMismatchedSelectors() 1296 SourceLocation LParenLoc, in ParseObjCSelectorExpression() 1389 SourceLocation LParenLoc, in ParseObjCProtocolExpression() 4638 ExprResult Sema::BuildObjCBridgedCast(SourceLocation LParenLoc, in BuildObjCBridgedCast() 4750 SourceLocation LParenLoc, in ActOnObjCBridgedCast()
|
H A D | SemaTemplateVariadic.cpp | 1186 ExprResult Sema::ActOnCXXFoldExpr(Scope *S, SourceLocation LParenLoc, Expr *LHS, in ActOnCXXFoldExpr() 1251 SourceLocation LParenLoc, Expr *LHS, in BuildCXXFoldExpr()
|
H A D | SemaStmt.cpp | 862 SourceLocation LParenLoc, Stmt *InitStmt, in ActOnIfStmt() 916 SourceLocation LParenLoc, Stmt *InitStmt, in BuildIfStmt() 1054 SourceLocation LParenLoc, in ActOnStartOfSwitchStmt() 1647 SourceLocation LParenLoc, ConditionResult Cond, in ActOnWhileStmt() 2093 StmtResult Sema::ActOnForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, in ActOnForStmt()
|
H A D | DeclSpec.cpp | 162 SourceLocation LParenLoc, in getFunction()
|
H A D | SemaExpr.cpp | 5072 ExprResult Sema::ActOnOMPArrayShapingExpr(Expr *Base, SourceLocation LParenLoc, in ActOnOMPArrayShapingExpr() 6345 ExprResult Sema::ActOnCallExpr(Scope *Scope, Expr *Fn, SourceLocation LParenLoc, in ActOnCallExpr() 6376 ExprResult Sema::BuildCallExpr(Scope *Scope, Expr *Fn, SourceLocation LParenLoc, in BuildCallExpr() 6573 SourceLocation LParenLoc, in BuildResolvedCallExpr() 6847 Sema::ActOnCompoundLiteral(SourceLocation LParenLoc, ParsedType Ty, in ActOnCompoundLiteral() 6861 Sema::BuildCompoundLiteralExpr(SourceLocation LParenLoc, TypeSourceInfo *TInfo, in BuildCompoundLiteralExpr() 7537 Sema::ActOnCastExpr(Scope *S, SourceLocation LParenLoc, in ActOnCastExpr() 7611 ExprResult Sema::BuildVectorLiteral(SourceLocation LParenLoc, in BuildVectorLiteral()
|
H A D | SemaOverload.cpp | 12844 SourceLocation LParenLoc, in BuildRecoveryCallExpr() 13049 SourceLocation LParenLoc, in FinishOverloadedCallExpr() 13154 SourceLocation LParenLoc, in BuildOverloadedCallExpr() 14146 SourceLocation LParenLoc, in BuildCallToMemberFunction() 14442 SourceLocation LParenLoc, in BuildCallToObjectOfClassType()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseExpr.cpp | 2269 SourceLocation LParenLoc = PP.getLocForEndOfToken(OpTok.getLocation()); in ParseExprAfterUnaryExprOrTypeTrait() local 2299 SourceLocation LParenLoc = Tok.getLocation(), RParenLoc; in ParseExprAfterUnaryExprOrTypeTrait() local 2351 SourceLocation LParenLoc, RParenLoc; in ParseUnaryExprOrTypeTraitExpression() local 3116 SourceLocation LParenLoc, in ParseCompoundLiteralExpression()
|
H A D | ParseExprCXX.cpp | 1325 SourceLocation EllipsisLoc) { in ParseLambdaExpressionAfterIntroducer() 1404 SourceLocation LParenLoc = T.getOpenLocation(); in ParseLambdaExpressionAfterIntroducer() local 1563 SourceLocation LParenLoc, RParenLoc; in ParseCXXTypeid() local
|
H A D | ParseStmt.cpp | 1186 SourceLocation *LParenLoc, in ParseParenExprOrCondition()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | PPMacroExpansion.cpp | 1163 SourceLocation LParenLoc = Tok.getLocation(); in EvaluateHasIncludeCommon() local 1309 SourceLocation LParenLoc = Tok.getLocation(); in EvaluateFeatureLikeBuiltinMacro() local 1812 SourceLocation LParenLoc = Tok.getLocation(); in ExpandBuiltinMacro() local
|
H A D | PPExpressions.cpp | 111 SourceLocation LParenLoc; in EvaluateDefined() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Initialization.h | 622 SourceLocation LParenLoc, in CreateDirect()
|