/external/clang/include/clang/AST/ |
D | TypeLoc.h | 1028 SourceLocation getRParenLoc() const { in getRParenLoc() function 1039 return SourceRange(getLParenLoc(), getRParenLoc()); in getLocalSourceRange() 1281 SourceLocation getRParenLoc() const { in getRParenLoc() function 1289 return SourceRange(getLParenLoc(), getRParenLoc()); in getParensRange() 1601 SourceLocation getRParenLoc() const { in getRParenLoc() function 1609 return SourceRange(getLParenLoc(), getRParenLoc()); in getParensRange() 1617 return SourceRange(getTypeofLoc(), getRParenLoc()); in getLocalSourceRange() 1682 SourceLocation getRParenLoc() const { return getLocalData()->RParenLoc; } in getRParenLoc() function 1693 return SourceRange(getKWLoc(), getRParenLoc()); in getLocalSourceRange() 1697 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 | 1913 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 2044 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 2284 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 2863 SourceLocation getRParenLoc() const { return RPLoc; } in getRParenLoc() function 3405 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 3443 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 3525 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 3602 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 3687 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 4369 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function [all …]
|
D | ExprCXX.h | 84 SourceLocation getOperatorLoc() const { return getRParenLoc(); } in getOperatorLoc() 231 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 446 return getRParenLoc(); in getLocStart() 449 SourceLocation getLocEnd() const { return getRParenLoc(); } in getLocEnd() 1425 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 1787 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 3072 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 3721 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
|
D | ExprObjC.h | 373 SourceLocation getRParenLoc() const { return RParenLoc; } 413 SourceLocation getRParenLoc() const { return RParenLoc; } 458 SourceLocation getRParenLoc() const { return RParenLoc; }
|
D | StmtCXX.h | 196 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
|
D | Stmt.h | 1132 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 1204 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 1587 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
|
D | DeclCXX.h | 2127 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 3355 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 3358 return SourceRange(getLocation(), getRParenLoc()); in getSourceRange()
|
D | Decl.h | 3438 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function 3441 return SourceRange(getAsmLoc(), getRParenLoc()); in getSourceRange()
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 171 Record.AddSourceLocation(S->getRParenLoc()); in VisitDoStmt() 184 Record.AddSourceLocation(S->getRParenLoc()); in VisitForStmt() 246 Record.AddSourceLocation(S->getRParenLoc()); in VisitGCCAsmStmt() 496 Record.AddSourceLocation(E->getRParenLoc()); in VisitOffsetOfExpr() 536 Record.AddSourceLocation(E->getRParenLoc()); in VisitUnaryExprOrTypeTraitExpr() 561 Record.AddSourceLocation(E->getRParenLoc()); in VisitCallExpr() 699 Record.AddSourceLocation(E->getRParenLoc()); in VisitCStyleCastExpr() 805 Record.AddSourceLocation(E->getRParenLoc()); in VisitVAArgExpr() 822 Record.AddSourceLocation(E->getRParenLoc()); in VisitStmtExpr() 832 Record.AddSourceLocation(E->getRParenLoc()); in VisitChooseExpr() [all …]
|
D | ASTWriter.cpp | 574 Record.AddSourceLocation(TL.getRParenLoc()); in VisitFunctionTypeLoc() 594 Record.AddSourceLocation(TL.getRParenLoc()); in VisitTypeOfExprTypeLoc() 599 Record.AddSourceLocation(TL.getRParenLoc()); in VisitTypeOfTypeLoc() 608 Record.AddSourceLocation(TL.getRParenLoc()); in VisitUnaryTransformTypeLoc() 658 Record.AddSourceLocation(TL.getRParenLoc()); in VisitParenTypeLoc() 707 Record.AddSourceLocation(TL.getRParenLoc()); in VisitAtomicTypeLoc() 5453 Writer.AddSourceLocation(Init->getRParenLoc()); in EmitCXXCtorInitializers()
|
D | ASTWriterDecl.cpp | 1012 Record.AddSourceLocation(D->getRParenLoc()); in VisitFileScopeAsmDecl() 1554 Record.AddSourceLocation(D->getRParenLoc()); in VisitStaticAssertDecl()
|
/external/clang/lib/AST/ |
D | TypeLoc.cpp | 281 if (getRParenLoc().isValid()) in getLocalSourceRange() 282 return SourceRange(getTypeofLoc(), getRParenLoc()); in getLocalSourceRange()
|
D | ASTImporter.cpp | 4887 Importer.Import(S->getRParenLoc())); in VisitGCCAsmStmt() 5076 SourceLocation ToRParenLoc = Importer.Import(S->getRParenLoc()); in VisitDoStmt() 5104 SourceLocation ToRParenLoc = Importer.Import(S->getRParenLoc()); in VisitForStmt() 5222 SourceLocation ToRParenLoc = Importer.Import(S->getRParenLoc()); in VisitCXXForRangeStmt() 5241 SourceLocation ToRParenLoc = Importer.Import(S->getRParenLoc()); in VisitObjCForCollectionStmt() 5250 SourceLocation ToRParenLoc = Importer.Import(S->getRParenLoc()); in VisitObjCAtCatchStmt() 5354 Importer.Import(E->getRParenLoc()), T, E->isMicrosoftABI()); in VisitVAArgExpr() 5553 Importer.Import(E->getRParenLoc())); in VisitAtomicExpr() 5603 Importer.Import(E->getLParenLoc()), Importer.Import(E->getRParenLoc())); in VisitStmtExpr() 5633 Importer.Import(E->getRParenLoc())); in VisitUnaryExprOrTypeTraitExpr() [all …]
|
D | ExprCXX.cpp | 447 return SourceRange(getArg(0)->getLocStart(), getRParenLoc()); in getSourceRangeImpl() 449 return SourceRange(getArg(0)->getLocStart(), getRParenLoc()); in getSourceRangeImpl()
|
D | DeclCXX.cpp | 1805 return SourceRange(getSourceLocation(), getRParenLoc()); in getSourceRange()
|
D | Expr.cpp | 1304 SourceLocation end = getRParenLoc(); in getLocEnd()
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 5015 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformFunctionProtoType() 5140 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformFunctionNoProtoType() 5220 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformTypeOfExprType() 5243 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformTypeOfType() 5469 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformAtomicType() 5791 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformParenType() 6392 S->getRParenLoc()); in TransformDoStmt() 6438 S->getRParenLoc(), Body.get()); in TransformForStmt() 6579 Clobbers, S->getRParenLoc()); in TransformGCCAsmStmt() 6736 S->getRParenLoc(), in TransformObjCAtCatchStmt() [all …]
|
D | SemaPseudoObject.cpp | 159 gse->getRParenLoc(), in rebuild() 177 ce->getRParenLoc(), in rebuild()
|
D | SemaChecking.cpp | 2166 IsMemberFunction, TheCall->getRParenLoc(), in CheckFunctionCall() 2231 /*IsMemberFunction=*/false, TheCall->getRParenLoc(), in CheckPointerCall() 2244 /*IsMemberFunction=*/false, TheCall->getRParenLoc(), in CheckOtherCall() 2606 TheCall->getRParenLoc()); in SemaAtomicOpsOverloaded() 3458 TheCall->getRParenLoc()); in SemaBuiltinShuffleVector() 5259 SourceRange CastRange(CCast->getLParenLoc(), CCast->getRParenLoc()); in checkFormatExpr() 6139 Call->getLocStart(), Call->getRParenLoc())) in CheckMemaccessArguments() 6335 Call->getLocStart(), Call->getRParenLoc())) in CheckStrlcpycatArguments() 6420 CE->getRParenLoc())) in CheckStrncatArguments() 10372 StmtLoc = FS->getRParenLoc(); in DiagnoseEmptyLoopBody()
|
D | SemaExprObjC.cpp | 4133 castRange = SourceRange(cast->getLParenLoc(), cast->getRParenLoc()); in diagnoseARCUnbridgedCast() 4187 gse->getRParenLoc(), in stripARCUnbridgedCast()
|
/external/clang/unittests/AST/ |
D | SourceLocationTest.cpp | 233 return SourceRange(T.getLParenLoc(), T.getRParenLoc()); in getRange()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 1535 SourceLocation rightParenLoc = S->getRParenLoc(); in RewriteObjCForCollectionStmt() 1843 assert(*SM->getCharacterData(Catch->getRParenLoc()) == ')' && in RewriteObjCTryStmt() 1867 SourceLocation rParenLoc = Catch->getRParenLoc(); in RewriteObjCTryStmt() 2082 EndLoc = ECE->getRParenLoc(); in RewriteObjCQualifiedInterfaceTypes() 3887 SourceLocation LocEnd = CE->getRParenLoc(); in RewriteCastExpr()
|
D | RewriteModernObjC.cpp | 1744 SourceLocation rightParenLoc = S->getRParenLoc(); in RewriteObjCForCollectionStmt() 1970 SourceLocation rParenLoc = Catch->getRParenLoc(); in RewriteObjCTryStmt() 2167 EndLoc = ECE->getRParenLoc(); in RewriteObjCQualifiedInterfaceTypes() 4728 SourceLocation LocEnd = CE->getRParenLoc(); in RewriteCastExpr()
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 1344 SourceLocation getRParenLoc() const { in getRParenLoc() function
|