Home
last modified time | relevance | path

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

1234

/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DProTypeCstyleCastCheck.cpp66 MatchedCast->getRParenLoc().getLocWithOffset(-1)), in check()
85 MatchedCast->getLParenLoc(), MatchedCast->getRParenLoc()); in check()
/external/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp156 Record.AddSourceLocation(S->getRParenLoc()); in VisitIfStmt()
181 Record.AddSourceLocation(S->getRParenLoc()); in VisitSwitchStmt()
202 Record.AddSourceLocation(S->getRParenLoc()); in VisitWhileStmt()
212 Record.AddSourceLocation(S->getRParenLoc()); in VisitDoStmt()
225 Record.AddSourceLocation(S->getRParenLoc()); in VisitForStmt()
294 Record.AddSourceLocation(S->getRParenLoc()); in VisitGCCAsmStmt()
716 Record.AddSourceLocation(E->getRParenLoc()); in VisitParenListExpr()
740 Record.AddSourceLocation(E->getRParenLoc()); in VisitOffsetOfExpr()
780 Record.AddSourceLocation(E->getRParenLoc()); in VisitUnaryExprOrTypeTraitExpr()
822 Record.AddSourceLocation(E->getRParenLoc()); in VisitOMPArrayShapingExpr()
[all …]
/external/clang/include/clang/AST/
DTypeLoc.h1028 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 …]
DStmtObjC.h55 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
104 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
DExpr.h1913 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 …]
/external/clang/lib/Serialization/
DASTWriterStmt.cpp171 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 …]
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DSuspiciousStringCompareCheck.cpp175 Call->getRParenLoc(), 0, Result.Context->getSourceManager(), in check()
185 Call->getRParenLoc(), 0, Result.Context->getSourceManager(), in check()
/external/llvm-project/clang/include/clang/AST/
DTypeLoc.h1121 SourceLocation getRParenLoc() const { in getRParenLoc() function
1134 return SourceRange(getLParenLoc(), getRParenLoc()); in getLocalSourceRange()
1394 SourceLocation getRParenLoc() const { in getRParenLoc() function
1403 return SourceRange(getLParenLoc(), getRParenLoc()); in getParensRange()
1879 SourceLocation getRParenLoc() const { in getRParenLoc() function
1888 return SourceRange(getLParenLoc(), getRParenLoc()); in getParensRange()
1897 return SourceRange(getTypeofLoc(), getRParenLoc()); in getLocalSourceRange()
1965 SourceLocation getRParenLoc() const { return getLocalData()->RParenLoc; } in getRParenLoc() function
1977 return SourceRange(getKWLoc(), getRParenLoc()); in getLocalSourceRange()
1981 return SourceRange(getLParenLoc(), getRParenLoc()); in getParensRange()
[all …]
DExprOpenMP.h195 SourceLocation getRParenLoc() const { return RPLoc; } in getRParenLoc() function
369 SourceLocation getRParenLoc() const { return RPLoc; } in getRParenLoc() function
DStmtObjC.h54 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
107 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
DExpr.h2413 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
2554 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
3033 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
3693 SourceLocation getRParenLoc() const { return RPLoc; } in getRParenLoc() function
4295 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
4338 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
4419 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
4494 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
4583 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
5499 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
[all …]
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DBracesAroundStatementsCheck.cpp143 checkStmt(Result, S->getBody(), S->getRParenLoc()); in check()
145 checkStmt(Result, S->getBody(), S->getRParenLoc()); in check()
DConvertMemberFunctionsToStatic.cpp114 SourceRange Range{FTL.getRParenLoc().getLocWithOffset(1), in getLocationOfConst()
DMakeMemberFunctionConstCheck.cpp244 return FTL.getRParenLoc().getLocWithOffset(1); in getConstInsertionPoint()
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DReplaceRandomShuffleCheck.cpp79 MatchedCallExpr->getRParenLoc(), in check()
DPassByValueCheck.cpp214 Diag << FixItHint::CreateInsertion(Initializer->getRParenLoc(), ")") in check()
DUseEmplaceCheck.cpp143 MakeCall->getRParenLoc()) in check()
/external/llvm-project/clang-tools-extra/clang-tidy/abseil/
DRedundantStrcatCallsCheck.cpp59 Call->getRParenLoc(), Call->getEndLoc().getLocWithOffset(1)))); in RemoveCallLeaveArgs()
/external/llvm-project/clang/lib/Tooling/Transformer/
DRangeSelector.cpp101 E.getNumArgs() == 0 ? E.getRParenLoc() : E.getArg(0)->getBeginLoc(); in findOpenParen()
285 CE.getRParenLoc()); in getCallArgumentsRange()
/external/clang/lib/AST/
DTypeLoc.cpp281 if (getRParenLoc().isValid()) in getLocalSourceRange()
282 return SourceRange(getTypeofLoc(), getRParenLoc()); in getLocalSourceRange()
/external/llvm-project/clang-tools-extra/clang-tidy/google/
DAvoidCStyleCastsCheck.cpp130 CastExpr->getRParenLoc().getLocWithOffset(-1)), in check()
/external/clang/lib/Sema/
DTreeTransform.h5015 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 …]
/external/llvm-project/clang/lib/AST/
DTypeLoc.cpp308 if (getRParenLoc().isValid()) in getLocalSourceRange()
309 return SourceRange(getTypeofLoc(), getRParenLoc()); in getLocalSourceRange()
DASTImporter.cpp2279 auto ToRParenLoc = importChecked(Err, D->getRParenLoc()); in VisitStaticAssertDecl()
6001 ExpectedSLoc RParenLocOrErr = import(S->getRParenLoc()); in VisitGCCAsmStmt()
6129 auto ToRParenLoc = importChecked(Err, S->getRParenLoc()); in VisitIfStmt()
6148 auto ToRParenLoc = importChecked(Err, S->getRParenLoc()); in VisitSwitchStmt()
6185 auto ToRParenLoc = importChecked(Err, S->getRParenLoc()); in VisitWhileStmt()
6200 auto ToRParenLoc = importChecked(Err, S->getRParenLoc()); in VisitDoStmt()
6218 auto ToRParenLoc = importChecked(Err, S->getRParenLoc()); in VisitForStmt()
6330 auto ToRParenLoc = importChecked(Err, S->getRParenLoc()); in VisitCXXForRangeStmt()
6346 auto ToRParenLoc = importChecked(Err, S->getRParenLoc()); in VisitObjCForCollectionStmt()
6361 auto ToRParenLoc = importChecked(Err, S->getRParenLoc()); in VisitObjCAtCatchStmt()
[all …]
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h5814 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformFunctionProtoType()
5935 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformFunctionNoProtoType()
6016 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformTypeOfExprType()
6039 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformTypeOfType()
6271 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformAtomicType()
6713 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformParenType()
7300 S->getRParenLoc(), Init.get(), Then.get(), S->getElseLoc(), Else.get()); in TransformIfStmt()
7321 Init.get(), Cond, S->getRParenLoc()); in TransformSwitchStmt()
7356 Cond, S->getRParenLoc(), Body.get()); in TransformWhileStmt()
7379 S->getRParenLoc()); in TransformDoStmt()
[all …]

1234