Home
last modified time | relevance | path

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

12

/external/clang/lib/Serialization/
DASTWriterStmt.cpp159 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 …]
DASTWriter.cpp520 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()
DASTWriterDecl.cpp826 Writer.AddSourceLocation(D->getRParenLoc(), Record); in VisitFileScopeAsmDecl()
1395 Writer.AddSourceLocation(D->getRParenLoc(), Record); in VisitStaticAssertDecl()
/external/clang/include/clang/AST/
DTypeLoc.h946 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 …]
DStmtObjC.h55 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
104 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
DExpr.h1901 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 …]
DExprCXX.h87 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
DStmtCXX.h189 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
DExprObjC.h365 SourceLocation getRParenLoc() const { return RParenLoc; }
403 SourceLocation getRParenLoc() const { return RParenLoc; }
446 SourceLocation getRParenLoc() const { return RParenLoc; }
DDeclCXX.h2083 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
3120 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
3123 return SourceRange(getLocation(), getRParenLoc()); in getSourceRange()
DStmt.h1114 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
DDecl.h3204 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
3207 return SourceRange(getAsmLoc(), getRParenLoc()); in getSourceRange()
/external/clang/lib/AST/
DTypeLoc.cpp239 if (getRParenLoc().isValid()) in getLocalSourceRange()
240 return SourceRange(getTypeofLoc(), getRParenLoc()); in getLocalSourceRange()
DExprCXX.cpp525 return SourceRange(getArg(0)->getLocStart(), getRParenLoc()); in getSourceRangeImpl()
527 return SourceRange(getArg(0)->getLocStart(), getRParenLoc()); in getSourceRangeImpl()
DDeclCXX.cpp1684 return SourceRange(getSourceLocation(), getRParenLoc()); in getSourceRange()
DASTImporter.cpp4442 Importer.Import(E->getRParenLoc())); in VisitUnaryExprOrTypeTraitExpr()
4452 Importer.Import(E->getRParenLoc())); in VisitUnaryExprOrTypeTraitExpr()
4550 Importer.Import(E->getRParenLoc())); in VisitCStyleCastExpr()
/external/clang/lib/Sema/
DTreeTransform.h4548 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 …]
DSemaChecking.cpp830 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()
DSemaPseudoObject.cpp100 gse->getRParenLoc(), in rebuild()
118 ce->getRParenLoc(), in rebuild()
DSemaExprObjC.cpp3772 castRange = SourceRange(cast->getLParenLoc(), cast->getRParenLoc()); in diagnoseARCUnbridgedCast()
3826 gse->getRParenLoc(), in stripARCUnbridgedCast()
DSemaStmt.cpp2357 DiagnoseEmptyStmtBody(ForStmt->getRParenLoc(), B, in FinishCXXForRangeStmt()
/external/clang/unittests/AST/
DSourceLocationTest.cpp189 return SourceRange(T.getLParenLoc(), T.getRParenLoc()); in getRange()
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp1543 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()
DRewriteModernObjC.cpp1782 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/
DDeclSpec.h1265 SourceLocation getRParenLoc() const { in getRParenLoc() function

12