Home
last modified time | relevance | path

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

12

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDTypeLoc.h1016 SourceLocation getRParenLoc() const { in getRParenLoc() function
1027 return SourceRange(getLParenLoc(), getRParenLoc()); in getLocalSourceRange()
1269 SourceLocation getRParenLoc() const { in getRParenLoc() function
1277 return SourceRange(getLParenLoc(), getRParenLoc()); in getParensRange()
1589 SourceLocation getRParenLoc() const { in getRParenLoc() function
1597 return SourceRange(getLParenLoc(), getRParenLoc()); in getParensRange()
1605 return SourceRange(getTypeofLoc(), getRParenLoc()); in getLocalSourceRange()
1670 SourceLocation getRParenLoc() const { return getLocalData()->RParenLoc; } in getRParenLoc() function
1681 return SourceRange(getKWLoc(), getRParenLoc()); in getLocalSourceRange()
1685 return SourceRange(getLParenLoc(), getRParenLoc()); in getParensRange()
[all …]
HDStmtObjC.h55 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
104 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
HDExpr.h1915 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
2047 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
2283 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
2887 SourceLocation getRParenLoc() const { return RPLoc; } in getRParenLoc() function
3421 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
3460 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
3542 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
3619 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
3700 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
4401 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
[all …]
HDExprCXX.h87 SourceLocation getOperatorLoc() const { return getRParenLoc(); } in getOperatorLoc()
215 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
409 return getRParenLoc(); in getLocStart()
412 SourceLocation getLocEnd() const { return getRParenLoc(); } in getLocEnd()
1269 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
1608 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
2896 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
3530 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
HDStmtCXX.h189 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
HDExprObjC.h374 SourceLocation getRParenLoc() const { return RParenLoc; }
412 SourceLocation getRParenLoc() const { return RParenLoc; }
455 SourceLocation getRParenLoc() const { return RParenLoc; }
HDDeclCXX.h2105 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
3187 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
3190 return SourceRange(getLocation(), getRParenLoc()); in getSourceRange()
HDStmt.h1123 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
1195 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
1572 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
HDDecl.h3405 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
3408 return SourceRange(getAsmLoc(), getRParenLoc()); in getSourceRange()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriterStmt.cpp159 Writer.AddSourceLocation(S->getRParenLoc(), Record); in VisitDoStmt()
172 Writer.AddSourceLocation(S->getRParenLoc(), Record); in VisitForStmt()
234 Writer.AddSourceLocation(S->getRParenLoc(), Record); in VisitGCCAsmStmt()
462 Writer.AddSourceLocation(E->getRParenLoc(), Record); in VisitOffsetOfExpr()
502 Writer.AddSourceLocation(E->getRParenLoc(), Record); in VisitUnaryExprOrTypeTraitExpr()
517 Writer.AddSourceLocation(E->getRParenLoc(), Record); in VisitCallExpr()
655 Writer.AddSourceLocation(E->getRParenLoc(), Record); in VisitCStyleCastExpr()
763 Writer.AddSourceLocation(E->getRParenLoc(), Record); in VisitVAArgExpr()
779 Writer.AddSourceLocation(E->getRParenLoc(), Record); in VisitStmtExpr()
789 Writer.AddSourceLocation(E->getRParenLoc(), Record); in VisitChooseExpr()
[all …]
HDASTWriter.cpp537 Writer.AddSourceLocation(TL.getRParenLoc(), Record); in VisitFunctionTypeLoc()
557 Writer.AddSourceLocation(TL.getRParenLoc(), Record); in VisitTypeOfExprTypeLoc()
562 Writer.AddSourceLocation(TL.getRParenLoc(), Record); in VisitTypeOfTypeLoc()
571 Writer.AddSourceLocation(TL.getRParenLoc(), Record); in VisitUnaryTransformTypeLoc()
621 Writer.AddSourceLocation(TL.getRParenLoc(), Record); in VisitParenTypeLoc()
670 Writer.AddSourceLocation(TL.getRParenLoc(), Record); in VisitAtomicTypeLoc()
5451 AddSourceLocation(Init->getRParenLoc(), Record); in AddCXXCtorInitializers()
HDASTWriterDecl.cpp936 Writer.AddSourceLocation(D->getRParenLoc(), Record); in VisitFileScopeAsmDecl()
1460 Writer.AddSourceLocation(D->getRParenLoc(), Record); in VisitStaticAssertDecl()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDTypeLoc.cpp281 if (getRParenLoc().isValid()) in getLocalSourceRange()
282 return SourceRange(getTypeofLoc(), getRParenLoc()); in getLocalSourceRange()
HDASTImporter.cpp4780 SourceLocation ToRParenLoc = Importer.Import(S->getRParenLoc()); in VisitDoStmt()
4808 SourceLocation ToRParenLoc = Importer.Import(S->getRParenLoc()); in VisitForStmt()
4921 SourceLocation ToRParenLoc = Importer.Import(S->getRParenLoc()); in VisitCXXForRangeStmt()
4940 SourceLocation ToRParenLoc = Importer.Import(S->getRParenLoc()); in VisitObjCForCollectionStmt()
4949 SourceLocation ToRParenLoc = Importer.Import(S->getRParenLoc()); in VisitObjCAtCatchStmt()
5126 Importer.Import(E->getRParenLoc())); in VisitUnaryExprOrTypeTraitExpr()
5136 Importer.Import(E->getRParenLoc())); in VisitUnaryExprOrTypeTraitExpr()
5234 Importer.Import(E->getRParenLoc())); in VisitCStyleCastExpr()
5335 Importer.Import(E->getRParenLoc())); in VisitCallExpr()
HDExprCXX.cpp518 return SourceRange(getArg(0)->getLocStart(), getRParenLoc()); in getSourceRangeImpl()
520 return SourceRange(getArg(0)->getLocStart(), getRParenLoc()); in getSourceRangeImpl()
HDDeclCXX.cpp1737 return SourceRange(getSourceLocation(), getRParenLoc()); in getSourceRange()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDTreeTransform.h4714 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformFunctionProtoType()
4839 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformFunctionNoProtoType()
4919 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformTypeOfExprType()
4942 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformTypeOfType()
5168 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformAtomicType()
5470 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformParenType()
6111 S->getRParenLoc()); in TransformDoStmt()
6178 FullInc, S->getRParenLoc(), Body.get()); in TransformForStmt()
6319 Clobbers, S->getRParenLoc()); in TransformGCCAsmStmt()
6426 S->getRParenLoc(), in TransformObjCAtCatchStmt()
[all …]
HDSemaChecking.cpp1387 IsMemberFunction, TheCall->getRParenLoc(), in CheckFunctionCall()
1452 /*IsMemberFunction=*/false, TheCall->getRParenLoc(), in CheckPointerCall()
1465 /*IsMemberFunction=*/false, TheCall->getRParenLoc(), in CheckOtherCall()
1808 TheCall->getRParenLoc()); in SemaAtomicOpsOverloaded()
2540 TheCall->getRParenLoc()); in SemaBuiltinShuffleVector()
4209 SourceRange CastRange(CCast->getLParenLoc(), CCast->getRParenLoc()); in checkFormatExpr()
5071 Call->getLocStart(), Call->getRParenLoc())) in CheckMemaccessArguments()
5268 Call->getLocStart(), Call->getRParenLoc())) in CheckStrlcpycatArguments()
5353 CE->getRParenLoc())) in CheckStrncatArguments()
9127 StmtLoc = FS->getRParenLoc(); in DiagnoseEmptyLoopBody()
HDSemaPseudoObject.cpp100 gse->getRParenLoc(), in rebuild()
118 ce->getRParenLoc(), in rebuild()
HDSemaExprObjC.cpp4082 castRange = SourceRange(cast->getLParenLoc(), cast->getRParenLoc()); in diagnoseARCUnbridgedCast()
4136 gse->getRParenLoc(), in stripARCUnbridgedCast()
HDSemaStmt.cpp2542 DiagnoseEmptyStmtBody(ForStmt->getRParenLoc(), B, in FinishCXXForRangeStmt()
HDSemaDecl.cpp5012 DstPTL.setRParenLoc(SrcPTL.getRParenLoc()); in FixInvalidVariablyModifiedTypeLoc()
8175 AddConstLoc = getLocForEndOfToken(FTL.getRParenLoc()); in CheckFunctionDeclaration()
10836 << FixItHint::CreateInsertion(FTL.getRParenLoc(), "void"); in ActOnFinishFunctionBody()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
HDRewriteObjC.cpp1534 SourceLocation rightParenLoc = S->getRParenLoc(); in RewriteObjCForCollectionStmt()
1847 assert(*SM->getCharacterData(Catch->getRParenLoc()) == ')' && in RewriteObjCTryStmt()
1871 SourceLocation rParenLoc = Catch->getRParenLoc(); in RewriteObjCTryStmt()
2085 EndLoc = ECE->getRParenLoc(); in RewriteObjCQualifiedInterfaceTypes()
3911 SourceLocation LocEnd = CE->getRParenLoc(); in RewriteCastExpr()
HDRewriteModernObjC.cpp1770 SourceLocation rightParenLoc = S->getRParenLoc(); in RewriteObjCForCollectionStmt()
1997 SourceLocation rParenLoc = Catch->getRParenLoc(); in RewriteObjCTryStmt()
2193 EndLoc = ECE->getRParenLoc(); in RewriteObjCQualifiedInterfaceTypes()
4816 SourceLocation LocEnd = CE->getRParenLoc(); in RewriteCastExpr()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDDeclSpec.h1322 SourceLocation getRParenLoc() const { in getRParenLoc() function

12