/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 158 Writer.AddSourceLocation(S->getRParenLoc(), Record); in VisitDoStmt() 171 Writer.AddSourceLocation(S->getRParenLoc(), Record); in VisitForStmt() 227 Writer.AddSourceLocation(S->getRParenLoc(), Record); in VisitGCCAsmStmt() 399 Writer.AddSourceLocation(E->getRParenLoc(), Record); in VisitOffsetOfExpr() 439 Writer.AddSourceLocation(E->getRParenLoc(), Record); in VisitUnaryExprOrTypeTraitExpr() 454 Writer.AddSourceLocation(E->getRParenLoc(), Record); in VisitCallExpr() 585 Writer.AddSourceLocation(E->getRParenLoc(), Record); in VisitCStyleCastExpr() 680 Writer.AddSourceLocation(E->getRParenLoc(), Record); in VisitVAArgExpr() 696 Writer.AddSourceLocation(E->getRParenLoc(), Record); in VisitStmtExpr() 706 Writer.AddSourceLocation(E->getRParenLoc(), Record); in VisitChooseExpr() [all …]
|
D | ASTWriter.cpp | 507 Writer.AddSourceLocation(TL.getRParenLoc(), Record); in VisitTypeOfExprTypeLoc() 512 Writer.AddSourceLocation(TL.getRParenLoc(), Record); in VisitTypeOfTypeLoc() 521 Writer.AddSourceLocation(TL.getRParenLoc(), Record); in VisitUnaryTransformTypeLoc() 571 Writer.AddSourceLocation(TL.getRParenLoc(), Record); in VisitParenTypeLoc() 616 Writer.AddSourceLocation(TL.getRParenLoc(), Record); in VisitAtomicTypeLoc() 4325 AddSourceLocation(Init->getRParenLoc(), Record); in AddCXXCtorInitializers()
|
D | ASTWriterDecl.cpp | 768 Writer.AddSourceLocation(D->getRParenLoc(), Record); in VisitFileScopeAsmDecl() 1241 Writer.AddSourceLocation(D->getRParenLoc(), Record); in VisitStaticAssertDecl()
|
/external/clang/include/clang/AST/ |
D | TypeLoc.h | 884 SourceLocation getRParenLoc() const { in getRParenLoc() function 895 return SourceRange(getLParenLoc(), getRParenLoc()); in getLocalSourceRange() 1385 SourceLocation getRParenLoc() const { in getRParenLoc() function 1393 return SourceRange(getLParenLoc(), getRParenLoc()); in getParensRange() 1401 return SourceRange(getTypeofLoc(), getRParenLoc()); in getLocalSourceRange() 1464 SourceLocation getRParenLoc() const { return getLocalData()->RParenLoc; } in getRParenLoc() function 1475 return SourceRange(getKWLoc(), getRParenLoc()); in getLocalSourceRange() 1479 return SourceRange(getLParenLoc(), getRParenLoc()); in getParensRange() 1771 return SourceRange(getKWLoc(), getRParenLoc()); in getLocalSourceRange() 1788 SourceLocation getRParenLoc() const { in getRParenLoc() function [all …]
|
D | StmtObjC.h | 55 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 103 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
|
D | Expr.h | 1782 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 1928 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 2143 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 2749 SourceLocation getRParenLoc() const { return RPLoc; } in getRParenLoc() function 3237 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 3277 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 3372 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 3455 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 4051 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 4128 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function [all …]
|
D | ExprCXX.h | 79 SourceLocation getOperatorLoc() const { return getRParenLoc(); } in getOperatorLoc() 191 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 380 return getRParenLoc(); in getLocStart() 383 SourceLocation getLocEnd() const { return getRParenLoc(); } in getLocEnd() 1059 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 1440 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 2858 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 3484 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
|
D | StmtCXX.h | 190 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
|
D | ExprObjC.h | 358 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 398 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 439 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
|
D | DeclCXX.h | 1886 SourceLocation getRParenLoc() const { return RParenLoc; } 2929 SourceLocation getRParenLoc() const { return RParenLoc; } 2932 return SourceRange(getLocation(), getRParenLoc());
|
D | Stmt.h | 1093 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 1165 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 1543 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
|
D | Decl.h | 3055 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 3058 return SourceRange(getAsmLoc(), getRParenLoc()); in getSourceRange()
|
/external/clang/lib/AST/ |
D | TypeLoc.cpp | 189 if (getRParenLoc().isValid()) in getLocalSourceRange() 190 return SourceRange(getTypeofLoc(), getRParenLoc()); in getLocalSourceRange()
|
D | ExprCXX.cpp | 440 return SourceRange(getArg(0)->getLocStart(), getRParenLoc()); in getSourceRangeImpl() 442 return SourceRange(getArg(0)->getLocStart(), getRParenLoc()); in getSourceRangeImpl()
|
D | ASTImporter.cpp | 4001 Importer.Import(E->getRParenLoc())); in VisitUnaryExprOrTypeTraitExpr() 4011 Importer.Import(E->getRParenLoc())); in VisitUnaryExprOrTypeTraitExpr() 4107 Importer.Import(E->getRParenLoc())); in VisitCStyleCastExpr()
|
D | DeclCXX.cpp | 1605 return SourceRange(getSourceLocation(), getRParenLoc()); in getSourceRange()
|
D | Expr.cpp | 1099 SourceLocation end = getRParenLoc(); in getSourceRange() 1117 SourceLocation end = getRParenLoc(); in getLocEnd()
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 4346 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformTypeOfExprType() 4369 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformTypeOfType() 4594 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformAtomicType() 4887 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformParenType() 5369 S->getRParenLoc()); in TransformDoStmt() 5435 FullInc, S->getRParenLoc(), Body.get()); in TransformForStmt() 5578 Clobbers, S->getRParenLoc()); in TransformGCCAsmStmt() 5663 S->getRParenLoc(), in TransformObjCAtCatchStmt() 5781 S->getRParenLoc(), in TransformObjCForCollectionStmt() 5894 S->getRParenLoc()); in TransformCXXForRangeStmt() [all …]
|
D | SemaChecking.cpp | 551 IsMemberFunction, TheCall->getRParenLoc(), in CheckFunctionCall() 603 TheCall->getRParenLoc(), in CheckBlockCall() 894 TheCall->getRParenLoc())); in SemaAtomicOpsOverloaded() 1512 TheCall->getRParenLoc())); in SemaBuiltinShuffleVector() 2747 SourceRange CastRange(CCast->getLParenLoc(), CCast->getRParenLoc()); in checkFormatExpr() 5627 StmtLoc = FS->getRParenLoc(); in DiagnoseEmptyLoopBody()
|
D | SemaPseudoObject.cpp | 97 gse->getRParenLoc(), in rebuild()
|
D | SemaExprObjC.cpp | 3041 castRange = SourceRange(cast->getLParenLoc(), cast->getRParenLoc()); in diagnoseARCUnbridgedCast() 3095 gse->getRParenLoc(), in stripARCUnbridgedCast()
|
D | SemaStmt.cpp | 2050 DiagnoseEmptyStmtBody(ForStmt->getRParenLoc(), B, in FinishCXXForRangeStmt()
|
D | SemaTemplateInstantiateDecl.cpp | 558 D->getRParenLoc(), in VisitStaticAssertDecl()
|
/external/clang/lib/Rewrite/Frontend/ |
D | RewriteObjC.cpp | 1565 SourceLocation rightParenLoc = S->getRParenLoc(); in RewriteObjCForCollectionStmt() 1877 assert(*SM->getCharacterData(Catch->getRParenLoc()) == ')' && in RewriteObjCTryStmt() 1901 SourceLocation rParenLoc = Catch->getRParenLoc(); in RewriteObjCTryStmt() 2122 EndLoc = ECE->getRParenLoc(); in RewriteObjCQualifiedInterfaceTypes() 3995 SourceLocation LocEnd = CE->getRParenLoc(); in RewriteCastExpr()
|
D | RewriteModernObjC.cpp | 1718 SourceLocation rightParenLoc = S->getRParenLoc(); in RewriteObjCForCollectionStmt() 1939 SourceLocation rParenLoc = Catch->getRParenLoc(); in RewriteObjCTryStmt() 2133 EndLoc = ECE->getRParenLoc(); in RewriteObjCQualifiedInterfaceTypes() 4661 SourceLocation LocEnd = CE->getRParenLoc(); in RewriteCastExpr()
|