| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | TypeLoc.h | 1016 SourceLocation getRParenLoc() const { in getRParenLoc() function 1027 return SourceRange(getLParenLoc(), getRParenLoc()); in getLocalSourceRange() 1269 SourceLocation getRParenLoc() const { in getRParenLoc() function 1277 return SourceRange(getLParenLoc(), getRParenLoc()); in getParensRange() 1589 SourceLocation getRParenLoc() const { in getRParenLoc() function 1597 return SourceRange(getLParenLoc(), getRParenLoc()); in getParensRange() 1605 return SourceRange(getTypeofLoc(), getRParenLoc()); in getLocalSourceRange() 1670 SourceLocation getRParenLoc() const { return getLocalData()->RParenLoc; } in getRParenLoc() function 1681 return SourceRange(getKWLoc(), getRParenLoc()); in getLocalSourceRange() 1685 return SourceRange(getLParenLoc(), getRParenLoc()); in getParensRange() [all …]
|
| HD | StmtObjC.h | 55 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 104 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
|
| HD | Expr.h | 1915 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 2047 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 2283 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 2887 SourceLocation getRParenLoc() const { return RPLoc; } in getRParenLoc() function 3421 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 3460 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 3542 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 3619 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 3700 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 4401 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function [all …]
|
| HD | ExprCXX.h | 87 SourceLocation getOperatorLoc() const { return getRParenLoc(); } in getOperatorLoc() 215 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 409 return getRParenLoc(); in getLocStart() 412 SourceLocation getLocEnd() const { return getRParenLoc(); } in getLocEnd() 1269 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 1608 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 2896 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 3530 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
|
| HD | StmtCXX.h | 189 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
|
| HD | ExprObjC.h | 374 SourceLocation getRParenLoc() const { return RParenLoc; } 412 SourceLocation getRParenLoc() const { return RParenLoc; } 455 SourceLocation getRParenLoc() const { return RParenLoc; }
|
| HD | DeclCXX.h | 2105 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 3187 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 3190 return SourceRange(getLocation(), getRParenLoc()); in getSourceRange()
|
| HD | Stmt.h | 1123 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 1195 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 1572 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
|
| HD | Decl.h | 3405 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 3408 return SourceRange(getAsmLoc(), getRParenLoc()); in getSourceRange()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTWriterStmt.cpp | 159 Writer.AddSourceLocation(S->getRParenLoc(), Record); in VisitDoStmt() 172 Writer.AddSourceLocation(S->getRParenLoc(), Record); in VisitForStmt() 234 Writer.AddSourceLocation(S->getRParenLoc(), Record); in VisitGCCAsmStmt() 462 Writer.AddSourceLocation(E->getRParenLoc(), Record); in VisitOffsetOfExpr() 502 Writer.AddSourceLocation(E->getRParenLoc(), Record); in VisitUnaryExprOrTypeTraitExpr() 517 Writer.AddSourceLocation(E->getRParenLoc(), Record); in VisitCallExpr() 655 Writer.AddSourceLocation(E->getRParenLoc(), Record); in VisitCStyleCastExpr() 763 Writer.AddSourceLocation(E->getRParenLoc(), Record); in VisitVAArgExpr() 779 Writer.AddSourceLocation(E->getRParenLoc(), Record); in VisitStmtExpr() 789 Writer.AddSourceLocation(E->getRParenLoc(), Record); in VisitChooseExpr() [all …]
|
| HD | ASTWriter.cpp | 537 Writer.AddSourceLocation(TL.getRParenLoc(), Record); in VisitFunctionTypeLoc() 557 Writer.AddSourceLocation(TL.getRParenLoc(), Record); in VisitTypeOfExprTypeLoc() 562 Writer.AddSourceLocation(TL.getRParenLoc(), Record); in VisitTypeOfTypeLoc() 571 Writer.AddSourceLocation(TL.getRParenLoc(), Record); in VisitUnaryTransformTypeLoc() 621 Writer.AddSourceLocation(TL.getRParenLoc(), Record); in VisitParenTypeLoc() 670 Writer.AddSourceLocation(TL.getRParenLoc(), Record); in VisitAtomicTypeLoc() 5451 AddSourceLocation(Init->getRParenLoc(), Record); in AddCXXCtorInitializers()
|
| HD | ASTWriterDecl.cpp | 936 Writer.AddSourceLocation(D->getRParenLoc(), Record); in VisitFileScopeAsmDecl() 1460 Writer.AddSourceLocation(D->getRParenLoc(), Record); in VisitStaticAssertDecl()
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | TypeLoc.cpp | 281 if (getRParenLoc().isValid()) in getLocalSourceRange() 282 return SourceRange(getTypeofLoc(), getRParenLoc()); in getLocalSourceRange()
|
| HD | ASTImporter.cpp | 4780 SourceLocation ToRParenLoc = Importer.Import(S->getRParenLoc()); in VisitDoStmt() 4808 SourceLocation ToRParenLoc = Importer.Import(S->getRParenLoc()); in VisitForStmt() 4921 SourceLocation ToRParenLoc = Importer.Import(S->getRParenLoc()); in VisitCXXForRangeStmt() 4940 SourceLocation ToRParenLoc = Importer.Import(S->getRParenLoc()); in VisitObjCForCollectionStmt() 4949 SourceLocation ToRParenLoc = Importer.Import(S->getRParenLoc()); in VisitObjCAtCatchStmt() 5126 Importer.Import(E->getRParenLoc())); in VisitUnaryExprOrTypeTraitExpr() 5136 Importer.Import(E->getRParenLoc())); in VisitUnaryExprOrTypeTraitExpr() 5234 Importer.Import(E->getRParenLoc())); in VisitCStyleCastExpr() 5335 Importer.Import(E->getRParenLoc())); in VisitCallExpr()
|
| HD | ExprCXX.cpp | 518 return SourceRange(getArg(0)->getLocStart(), getRParenLoc()); in getSourceRangeImpl() 520 return SourceRange(getArg(0)->getLocStart(), getRParenLoc()); in getSourceRangeImpl()
|
| HD | DeclCXX.cpp | 1737 return SourceRange(getSourceLocation(), getRParenLoc()); in getSourceRange()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | TreeTransform.h | 4714 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformFunctionProtoType() 4839 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformFunctionNoProtoType() 4919 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformTypeOfExprType() 4942 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformTypeOfType() 5168 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformAtomicType() 5470 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformParenType() 6111 S->getRParenLoc()); in TransformDoStmt() 6178 FullInc, S->getRParenLoc(), Body.get()); in TransformForStmt() 6319 Clobbers, S->getRParenLoc()); in TransformGCCAsmStmt() 6426 S->getRParenLoc(), in TransformObjCAtCatchStmt() [all …]
|
| HD | SemaChecking.cpp | 1387 IsMemberFunction, TheCall->getRParenLoc(), in CheckFunctionCall() 1452 /*IsMemberFunction=*/false, TheCall->getRParenLoc(), in CheckPointerCall() 1465 /*IsMemberFunction=*/false, TheCall->getRParenLoc(), in CheckOtherCall() 1808 TheCall->getRParenLoc()); in SemaAtomicOpsOverloaded() 2540 TheCall->getRParenLoc()); in SemaBuiltinShuffleVector() 4209 SourceRange CastRange(CCast->getLParenLoc(), CCast->getRParenLoc()); in checkFormatExpr() 5071 Call->getLocStart(), Call->getRParenLoc())) in CheckMemaccessArguments() 5268 Call->getLocStart(), Call->getRParenLoc())) in CheckStrlcpycatArguments() 5353 CE->getRParenLoc())) in CheckStrncatArguments() 9127 StmtLoc = FS->getRParenLoc(); in DiagnoseEmptyLoopBody()
|
| HD | SemaPseudoObject.cpp | 100 gse->getRParenLoc(), in rebuild() 118 ce->getRParenLoc(), in rebuild()
|
| HD | SemaExprObjC.cpp | 4082 castRange = SourceRange(cast->getLParenLoc(), cast->getRParenLoc()); in diagnoseARCUnbridgedCast() 4136 gse->getRParenLoc(), in stripARCUnbridgedCast()
|
| HD | SemaStmt.cpp | 2542 DiagnoseEmptyStmtBody(ForStmt->getRParenLoc(), B, in FinishCXXForRangeStmt()
|
| HD | SemaDecl.cpp | 5012 DstPTL.setRParenLoc(SrcPTL.getRParenLoc()); in FixInvalidVariablyModifiedTypeLoc() 8175 AddConstLoc = getLocForEndOfToken(FTL.getRParenLoc()); in CheckFunctionDeclaration() 10836 << FixItHint::CreateInsertion(FTL.getRParenLoc(), "void"); in ActOnFinishFunctionBody()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| HD | RewriteObjC.cpp | 1534 SourceLocation rightParenLoc = S->getRParenLoc(); in RewriteObjCForCollectionStmt() 1847 assert(*SM->getCharacterData(Catch->getRParenLoc()) == ')' && in RewriteObjCTryStmt() 1871 SourceLocation rParenLoc = Catch->getRParenLoc(); in RewriteObjCTryStmt() 2085 EndLoc = ECE->getRParenLoc(); in RewriteObjCQualifiedInterfaceTypes() 3911 SourceLocation LocEnd = CE->getRParenLoc(); in RewriteCastExpr()
|
| HD | RewriteModernObjC.cpp | 1770 SourceLocation rightParenLoc = S->getRParenLoc(); in RewriteObjCForCollectionStmt() 1997 SourceLocation rParenLoc = Catch->getRParenLoc(); in RewriteObjCTryStmt() 2193 EndLoc = ECE->getRParenLoc(); in RewriteObjCQualifiedInterfaceTypes() 4816 SourceLocation LocEnd = CE->getRParenLoc(); in RewriteCastExpr()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | DeclSpec.h | 1322 SourceLocation getRParenLoc() const { in getRParenLoc() function
|