Home
last modified time | relevance | path

Searched refs:getRParenLoc (Results 1 – 25 of 26) sorted by relevance

12

/external/clang/lib/Serialization/
DASTWriterStmt.cpp158 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 …]
DASTWriter.cpp507 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()
DASTWriterDecl.cpp768 Writer.AddSourceLocation(D->getRParenLoc(), Record); in VisitFileScopeAsmDecl()
1241 Writer.AddSourceLocation(D->getRParenLoc(), Record); in VisitStaticAssertDecl()
/external/clang/include/clang/AST/
DTypeLoc.h884 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 …]
DStmtObjC.h55 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
103 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
DExpr.h1782 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 …]
DExprCXX.h79 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
DStmtCXX.h190 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
DExprObjC.h358 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
DDeclCXX.h1886 SourceLocation getRParenLoc() const { return RParenLoc; }
2929 SourceLocation getRParenLoc() const { return RParenLoc; }
2932 return SourceRange(getLocation(), getRParenLoc());
DStmt.h1093 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
DDecl.h3055 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
3058 return SourceRange(getAsmLoc(), getRParenLoc()); in getSourceRange()
/external/clang/lib/AST/
DTypeLoc.cpp189 if (getRParenLoc().isValid()) in getLocalSourceRange()
190 return SourceRange(getTypeofLoc(), getRParenLoc()); in getLocalSourceRange()
DExprCXX.cpp440 return SourceRange(getArg(0)->getLocStart(), getRParenLoc()); in getSourceRangeImpl()
442 return SourceRange(getArg(0)->getLocStart(), getRParenLoc()); in getSourceRangeImpl()
DASTImporter.cpp4001 Importer.Import(E->getRParenLoc())); in VisitUnaryExprOrTypeTraitExpr()
4011 Importer.Import(E->getRParenLoc())); in VisitUnaryExprOrTypeTraitExpr()
4107 Importer.Import(E->getRParenLoc())); in VisitCStyleCastExpr()
DDeclCXX.cpp1605 return SourceRange(getSourceLocation(), getRParenLoc()); in getSourceRange()
DExpr.cpp1099 SourceLocation end = getRParenLoc(); in getSourceRange()
1117 SourceLocation end = getRParenLoc(); in getLocEnd()
/external/clang/lib/Sema/
DTreeTransform.h4346 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 …]
DSemaChecking.cpp551 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()
DSemaPseudoObject.cpp97 gse->getRParenLoc(), in rebuild()
DSemaExprObjC.cpp3041 castRange = SourceRange(cast->getLParenLoc(), cast->getRParenLoc()); in diagnoseARCUnbridgedCast()
3095 gse->getRParenLoc(), in stripARCUnbridgedCast()
DSemaStmt.cpp2050 DiagnoseEmptyStmtBody(ForStmt->getRParenLoc(), B, in FinishCXXForRangeStmt()
DSemaTemplateInstantiateDecl.cpp558 D->getRParenLoc(), in VisitStaticAssertDecl()
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp1565 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()
DRewriteModernObjC.cpp1718 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()

12