/external/clang/lib/Serialization/ |
D | 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() 461 Writer.AddSourceLocation(E->getRParenLoc(), Record); in VisitOffsetOfExpr() 501 Writer.AddSourceLocation(E->getRParenLoc(), Record); in VisitUnaryExprOrTypeTraitExpr() 516 Writer.AddSourceLocation(E->getRParenLoc(), Record); in VisitCallExpr() 649 Writer.AddSourceLocation(E->getRParenLoc(), Record); in VisitCStyleCastExpr() 745 Writer.AddSourceLocation(E->getRParenLoc(), Record); in VisitVAArgExpr() 761 Writer.AddSourceLocation(E->getRParenLoc(), Record); in VisitStmtExpr() 771 Writer.AddSourceLocation(E->getRParenLoc(), Record); in VisitChooseExpr() [all …]
|
D | ASTWriter.cpp | 520 Writer.AddSourceLocation(TL.getRParenLoc(), Record); in VisitFunctionTypeLoc() 540 Writer.AddSourceLocation(TL.getRParenLoc(), Record); in VisitTypeOfExprTypeLoc() 545 Writer.AddSourceLocation(TL.getRParenLoc(), Record); in VisitTypeOfTypeLoc() 554 Writer.AddSourceLocation(TL.getRParenLoc(), Record); in VisitUnaryTransformTypeLoc() 604 Writer.AddSourceLocation(TL.getRParenLoc(), Record); in VisitParenTypeLoc() 649 Writer.AddSourceLocation(TL.getRParenLoc(), Record); in VisitAtomicTypeLoc() 5316 AddSourceLocation(Init->getRParenLoc(), Record); in AddCXXCtorInitializers()
|
D | ASTWriterDecl.cpp | 826 Writer.AddSourceLocation(D->getRParenLoc(), Record); in VisitFileScopeAsmDecl() 1395 Writer.AddSourceLocation(D->getRParenLoc(), Record); in VisitStaticAssertDecl()
|
/external/clang/include/clang/AST/ |
D | TypeLoc.h | 946 SourceLocation getRParenLoc() const { in getRParenLoc() function 957 return SourceRange(getLParenLoc(), getRParenLoc()); in getLocalSourceRange() 1199 SourceLocation getRParenLoc() const { in getRParenLoc() function 1207 return SourceRange(getLParenLoc(), getRParenLoc()); in getParensRange() 1519 SourceLocation getRParenLoc() const { in getRParenLoc() function 1527 return SourceRange(getLParenLoc(), getRParenLoc()); in getParensRange() 1535 return SourceRange(getTypeofLoc(), getRParenLoc()); in getLocalSourceRange() 1598 SourceLocation getRParenLoc() const { return getLocalData()->RParenLoc; } in getRParenLoc() function 1609 return SourceRange(getKWLoc(), getRParenLoc()); in getLocalSourceRange() 1613 return SourceRange(getLParenLoc(), getRParenLoc()); in getParensRange() [all …]
|
D | StmtObjC.h | 55 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 104 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
|
D | Expr.h | 1901 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 2044 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 2280 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 2881 SourceLocation getRParenLoc() const { return RPLoc; } in getRParenLoc() function 3415 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 3454 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 3536 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 3613 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 3694 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 4310 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function [all …]
|
D | ExprCXX.h | 87 SourceLocation getOperatorLoc() const { return getRParenLoc(); } in getOperatorLoc() 208 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 402 return getRParenLoc(); in getLocStart() 405 SourceLocation getLocEnd() const { return getRParenLoc(); } in getLocEnd() 1239 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 1569 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 2853 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 3486 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
|
D | StmtCXX.h | 189 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
|
D | ExprObjC.h | 365 SourceLocation getRParenLoc() const { return RParenLoc; } 403 SourceLocation getRParenLoc() const { return RParenLoc; } 446 SourceLocation getRParenLoc() const { return RParenLoc; }
|
D | DeclCXX.h | 2083 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 3120 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 3123 return SourceRange(getLocation(), getRParenLoc()); in getSourceRange()
|
D | Stmt.h | 1114 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 1186 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 1561 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
|
D | Decl.h | 3204 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 3207 return SourceRange(getAsmLoc(), getRParenLoc()); in getSourceRange()
|
/external/clang/lib/AST/ |
D | TypeLoc.cpp | 239 if (getRParenLoc().isValid()) in getLocalSourceRange() 240 return SourceRange(getTypeofLoc(), getRParenLoc()); in getLocalSourceRange()
|
D | ExprCXX.cpp | 525 return SourceRange(getArg(0)->getLocStart(), getRParenLoc()); in getSourceRangeImpl() 527 return SourceRange(getArg(0)->getLocStart(), getRParenLoc()); in getSourceRangeImpl()
|
D | DeclCXX.cpp | 1684 return SourceRange(getSourceLocation(), getRParenLoc()); in getSourceRange()
|
D | ASTImporter.cpp | 4442 Importer.Import(E->getRParenLoc())); in VisitUnaryExprOrTypeTraitExpr() 4452 Importer.Import(E->getRParenLoc())); in VisitUnaryExprOrTypeTraitExpr() 4550 Importer.Import(E->getRParenLoc())); in VisitCStyleCastExpr()
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 4548 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformFunctionProtoType() 4572 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformFunctionNoProtoType() 4652 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformTypeOfExprType() 4675 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformTypeOfType() 4901 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformAtomicType() 5192 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformParenType() 5674 S->getRParenLoc()); in TransformDoStmt() 5741 FullInc, S->getRParenLoc(), Body.get()); in TransformForStmt() 5881 Clobbers, S->getRParenLoc()); in TransformGCCAsmStmt() 5988 S->getRParenLoc(), in TransformObjCAtCatchStmt() [all …]
|
D | SemaChecking.cpp | 830 IsMemberFunction, TheCall->getRParenLoc(), in CheckFunctionCall() 890 NumParams, /*IsMemberFunction=*/false, TheCall->getRParenLoc(), in CheckPointerCall() 906 NumParams, /*IsMemberFunction=*/false, TheCall->getRParenLoc(), in CheckOtherCall() 1239 TheCall->getRParenLoc()); in SemaAtomicOpsOverloaded() 1891 TheCall->getRParenLoc()); in SemaBuiltinShuffleVector() 3245 SourceRange CastRange(CCast->getLParenLoc(), CCast->getRParenLoc()); in checkFormatExpr() 4073 Call->getLocStart(), Call->getRParenLoc())) in CheckMemaccessArguments() 4262 Call->getLocStart(), Call->getRParenLoc())) in CheckStrlcpycatArguments() 4347 CE->getRParenLoc())) in CheckStrncatArguments() 7709 StmtLoc = FS->getRParenLoc(); in DiagnoseEmptyLoopBody()
|
D | SemaPseudoObject.cpp | 100 gse->getRParenLoc(), in rebuild() 118 ce->getRParenLoc(), in rebuild()
|
D | SemaExprObjC.cpp | 3772 castRange = SourceRange(cast->getLParenLoc(), cast->getRParenLoc()); in diagnoseARCUnbridgedCast() 3826 gse->getRParenLoc(), in stripARCUnbridgedCast()
|
D | SemaStmt.cpp | 2357 DiagnoseEmptyStmtBody(ForStmt->getRParenLoc(), B, in FinishCXXForRangeStmt()
|
/external/clang/unittests/AST/ |
D | SourceLocationTest.cpp | 189 return SourceRange(T.getLParenLoc(), T.getRParenLoc()); in getRange()
|
/external/clang/lib/Rewrite/Frontend/ |
D | RewriteObjC.cpp | 1543 SourceLocation rightParenLoc = S->getRParenLoc(); in RewriteObjCForCollectionStmt() 1856 assert(*SM->getCharacterData(Catch->getRParenLoc()) == ')' && in RewriteObjCTryStmt() 1880 SourceLocation rParenLoc = Catch->getRParenLoc(); in RewriteObjCTryStmt() 2094 EndLoc = ECE->getRParenLoc(); in RewriteObjCQualifiedInterfaceTypes() 3933 SourceLocation LocEnd = CE->getRParenLoc(); in RewriteCastExpr()
|
D | RewriteModernObjC.cpp | 1782 SourceLocation rightParenLoc = S->getRParenLoc(); in RewriteObjCForCollectionStmt() 2009 SourceLocation rParenLoc = Catch->getRParenLoc(); in RewriteObjCTryStmt() 2205 EndLoc = ECE->getRParenLoc(); in RewriteObjCQualifiedInterfaceTypes() 4849 SourceLocation LocEnd = CE->getRParenLoc(); in RewriteCastExpr()
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 1265 SourceLocation getRParenLoc() const { in getRParenLoc() function
|