Home
last modified time | relevance | path

Searched defs:RParenLoc (Results 1 – 25 of 41) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExpr.cpp956 SourceLocation RParenLoc; in ParseCastExpression() local
2270 SourceLocation RParenLoc = PP.getLocForEndOfToken(PrevTokLocation); in ParseExprAfterUnaryExprOrTypeTrait() local
2299 SourceLocation LParenLoc = Tok.getLocation(), RParenLoc; in ParseExprAfterUnaryExprOrTypeTrait() local
2351 SourceLocation LParenLoc, RParenLoc; in ParseUnaryExprOrTypeTraitExpression() local
2766 SourceLocation &RParenLoc) { in ParseParenExpression()
3117 SourceLocation RParenLoc) { in ParseCompoundLiteralExpression()
H A DParseExprCXX.cpp1325 SourceLocation EllipsisLoc) { in ParseLambdaExpressionAfterIntroducer()
1563 SourceLocation LParenLoc, RParenLoc; in ParseCXXTypeid() local
H A DParsePragma.cpp1880 SourceLocation RParenLoc = Tok.getLocation(); in HandlePragma() local
2110 SourceLocation RParenLoc; in HandlePragma() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h379 SourceLocation RParenLoc; variable
390 SourceLocation RParenLoc, SourceRange AngleBrackets) in CXXNamedCastExpr()
438 SourceLocation RParenLoc, SourceRange AngleBrackets) in CXXStaticCastExpr()
482 SourceLocation l, SourceLocation RParenLoc, in CXXDynamicCastExpr()
527 SourceLocation l, SourceLocation RParenLoc, in CXXReinterpretCastExpr()
567 SourceLocation RParenLoc, SourceRange AngleBrackets) in CXXConstCastExpr()
605 SourceLocation RParenLoc, SourceRange AngleBrackets) in CXXAddrspaceCastExpr()
1731 SourceLocation RParenLoc; variable
2102 SourceLocation RParenLoc) in CXXScalarValueInitExpr()
2672 SourceLocation RParenLoc; variable
[all …]
H A DStmtObjC.h27 SourceLocation RParenLoc; variable
81 SourceLocation AtCatchLoc, RParenLoc; variable
H A DExpr.h2379 SourceLocation OperatorLoc, RParenLoc; variable
2486 SourceLocation OpLoc, RParenLoc; variable
2740 SourceLocation RParenLoc; variable
4273 SourceLocation LParenLoc, RParenLoc; variable
4276 SourceLocation RParenLoc, unsigned TemplateDepth) in StmtExpr()
4320 SourceLocation BuiltinLoc, RParenLoc; variable
4391 SourceLocation BuiltinLoc, RParenLoc; variable
4400 SourceLocation BuiltinLoc, SourceLocation RParenLoc) in ConvertVectorExpr()
4449 SourceLocation BuiltinLoc, RParenLoc; variable
4558 SourceLocation BuiltinLoc, RParenLoc; variable
[all …]
H A DTypeLoc.h1110 SourceLocation RParenLoc; member
1346 SourceLocation RParenLoc; member
1898 SourceLocation RParenLoc; member
1999 SourceLocation KWLoc, LParenLoc, RParenLoc; member
2467 SourceLocation KWLoc, LParenLoc, RParenLoc; member
H A DExprObjC.h411 SourceLocation AtLoc, RParenLoc; variable
456 SourceLocation AtLoc, RParenLoc; variable
506 SourceLocation AtLoc, ProtoLoc, RParenLoc; variable
H A DStmt.h706 SourceLocation RParenLoc; variable
1933 SourceLocation RParenLoc; variable
2148 SourceLocation RParenLoc; variable
2334 SourceLocation LParenLoc, RParenLoc; variable
2453 SourceLocation RParenLoc; // Location of final ')' in do stmt condition. variable
2508 SourceLocation LParenLoc, RParenLoc; variable
2976 SourceLocation RParenLoc; variable
H A DStmtCXX.h142 SourceLocation RParenLoc; variable
H A DDeclCXX.h2194 SourceLocation RParenLoc; variable
3782 SourceLocation RParenLoc; variable
3786 SourceLocation RParenLoc, bool Failed) in StaticAssertDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp709 SourceLocation L, SourceLocation RParenLoc, in Create()
738 SourceLocation RParenLoc, in Create()
795 SourceLocation RParenLoc, in Create()
818 SourceLocation RParenLoc, in Create()
830 SourceLocation L, SourceLocation RParenLoc, in Create()
1327 SourceLocation RParenLoc) in CXXUnresolvedConstructExpr()
1344 ArrayRef<Expr *> Args, SourceLocation RParenLoc) { in Create()
1556 SourceLocation RParenLoc, in Create()
1670 SourceLocation RParenLoc, bool Value) in TypeTraitExpr()
1693 SourceLocation RParenLoc, in Create()
H A DExpr.cpp1314 SourceLocation RParenLoc, FPOptionsOverride FPFeatures, in CallExpr()
1359 SourceLocation RParenLoc, in Create()
1372 ExprValueKind VK, SourceLocation RParenLoc, in CreateTemporary()
1519 SourceLocation RParenLoc) { in Create()
1537 SourceLocation RParenLoc) in OffsetOfExpr()
2118 SourceLocation BLoc, SourceLocation RParenLoc, in SourceLocExpr()
4122 SourceLocation DefaultLoc, SourceLocation RParenLoc, in GenericSelectionExpr()
4147 SourceLocation DefaultLoc, SourceLocation RParenLoc, in GenericSelectionExpr()
4173 SourceLocation DefaultLoc, SourceLocation RParenLoc, in Create()
4187 SourceLocation DefaultLoc, SourceLocation RParenLoc, in Create()
[all …]
H A DStmt.cpp1040 SourceLocation RParenLoc) in SwitchStmt()
1068 SourceLocation RParenLoc) { in Create()
1108 SourceLocation RParenLoc) in WhileStmt()
1131 SourceLocation RParenLoc) { in Create()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h1325 SourceLocation RParenLoc, Stmt *Init, Stmt *Then, in RebuildIfStmt()
1338 SourceLocation RParenLoc) { in RebuildSwitchStmtStart()
1358 SourceLocation RParenLoc, Stmt *Body) { in RebuildWhileStmt()
1368 Expr *Cond, SourceLocation RParenLoc) { in RebuildDoStmt()
1379 Sema::FullExprArg Inc, SourceLocation RParenLoc, in RebuildForStmt()
1432 SourceLocation RParenLoc) { in RebuildGCCAsmStmt()
1524 SourceLocation RParenLoc, in RebuildObjCAtCatchStmt()
2279 SourceLocation RParenLoc, in RebuildObjCForCollectionStmt()
2336 SourceLocation RParenLoc) { in RebuildCXXForRangeStmt()
2476 SourceLocation RParenLoc) { in RebuildOffsetOfExpr()
[all …]
H A DSemaTemplateVariadic.cpp1008 SourceLocation RParenLoc) { in ActOnSizeofParameterPackExpr()
1189 SourceLocation RParenLoc) { in ActOnCXXFoldExpr()
1254 SourceLocation RParenLoc, in BuildCXXFoldExpr()
H A DSemaStmt.cpp863 ConditionResult Cond, SourceLocation RParenLoc, in ActOnIfStmt()
917 ConditionResult Cond, SourceLocation RParenLoc, in BuildIfStmt()
1056 SourceLocation RParenLoc) { in ActOnStartOfSwitchStmt()
1648 SourceLocation RParenLoc, Stmt *Body) { in ActOnWhileStmt()
2095 FullExprArg third, SourceLocation RParenLoc, in ActOnForStmt()
2246 SourceLocation RParenLoc) { in ActOnObjCForCollectionStmt()
2438 Expr *Range, SourceLocation RParenLoc, in ActOnCXXForRangeStmt()
2663 SourceLocation RParenLoc) { in RebuildForRangeWithDereference()
2697 SourceLocation RParenLoc, in BuildCXXForRangeStmt()
H A DSemaExprObjC.cpp1132 SourceLocation RParenLoc) { in BuildObjCEncodeExpression()
1164 SourceLocation RParenLoc) { in ParseObjCEncodeExpression()
1178 SourceLocation RParenLoc, in HelperToDiagnoseMismatchedMethodsInGlobalPool()
1209 SourceLocation RParenLoc, in DiagnoseMismatchedSelectors()
1297 SourceLocation RParenLoc, in ParseObjCSelectorExpression()
1391 SourceLocation RParenLoc) { in ParseObjCProtocolExpression()
4754 SourceLocation RParenLoc, in ActOnObjCBridgedCast()
H A DSemaExprCXX.cpp519 SourceLocation RParenLoc) { in BuildCXXTypeId()
547 SourceLocation RParenLoc) { in BuildCXXTypeId()
619 bool isType, void *TyOrExpr, SourceLocation RParenLoc) { in ActOnCXXTypeid()
719 SourceLocation RParenLoc) { in BuildCXXUuidof()
737 Expr *E, SourceLocation RParenLoc) { in BuildCXXUuidof()
761 bool isType, void *TyOrExpr, SourceLocation RParenLoc) { in ActOnCXXUuidof()
5166 SourceLocation RParenLoc) { in evaluateTypeTrait()
5285 SourceLocation RParenLoc) { in BuildTypeTrait()
5310 SourceLocation RParenLoc) { in ActOnTypeTrait()
8308 SourceLocation RParenLoc, in RebuildCallExpr()
H A DSemaCast.cpp268 SourceLocation RParenLoc) { in ActOnCXXNamedCast()
375 SourceLocation RParenLoc) { in ActOnBuiltinBitCastExpr()
387 SourceLocation RParenLoc) { in BuildBuiltinBitCastExpr()
H A DSemaExpr.cpp1576 SourceLocation RParenLoc, in ActOnGenericSelectionExpr()
1602 SourceLocation RParenLoc, in CreateGenericSelectionExpr()
5073 SourceLocation RParenLoc, in ActOnOMPArrayShapingExpr()
5783 SourceLocation RParenLoc, in ConvertArgumentsForCall()
6346 MultiExprArg ArgExprs, SourceLocation RParenLoc, in ActOnCallExpr()
6377 MultiExprArg ArgExprs, SourceLocation RParenLoc, in BuildCallExpr()
6533 SourceLocation RParenLoc) { in ActOnAsTypeExpr()
6541 SourceLocation RParenLoc) { in BuildAsTypeExpr()
6560 SourceLocation RParenLoc) { in ActOnConvertVectorExpr()
6575 SourceLocation RParenLoc, Expr *Config, in BuildResolvedCallExpr()
[all …]
H A DSemaStmtAsm.cpp247 SourceLocation RParenLoc) { in ActOnGCCAsmStmt()
H A DDeclSpec.cpp166 SourceLocation RParenLoc, in getFunction()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DInitialization.h623 SourceLocation RParenLoc) { in CreateDirect()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPragma.cpp262 SourceLocation RParenLoc = Tok.getLocation(); in Handle_Pragma() local

12