Home
last modified time | relevance | path

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

12

/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 …]
DExprCXX.h84 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
DExprObjC.h373 SourceLocation getRParenLoc() const { return RParenLoc; }
413 SourceLocation getRParenLoc() const { return RParenLoc; }
458 SourceLocation getRParenLoc() const { return RParenLoc; }
DStmtCXX.h196 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
DStmt.h1132 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
DDeclCXX.h2127 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
3355 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
3358 return SourceRange(getLocation(), getRParenLoc()); in getSourceRange()
DDecl.h3438 SourceLocation getRParenLoc() const { return RParenLoc; } in getRParenLoc() function
3441 return SourceRange(getAsmLoc(), getRParenLoc()); in getSourceRange()
/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 …]
DASTWriter.cpp574 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()
DASTWriterDecl.cpp1012 Record.AddSourceLocation(D->getRParenLoc()); in VisitFileScopeAsmDecl()
1554 Record.AddSourceLocation(D->getRParenLoc()); in VisitStaticAssertDecl()
/external/clang/lib/AST/
DTypeLoc.cpp281 if (getRParenLoc().isValid()) in getLocalSourceRange()
282 return SourceRange(getTypeofLoc(), getRParenLoc()); in getLocalSourceRange()
DASTImporter.cpp4887 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 …]
DExprCXX.cpp447 return SourceRange(getArg(0)->getLocStart(), getRParenLoc()); in getSourceRangeImpl()
449 return SourceRange(getArg(0)->getLocStart(), getRParenLoc()); in getSourceRangeImpl()
DDeclCXX.cpp1805 return SourceRange(getSourceLocation(), getRParenLoc()); in getSourceRange()
DExpr.cpp1304 SourceLocation end = getRParenLoc(); in getLocEnd()
/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 …]
DSemaPseudoObject.cpp159 gse->getRParenLoc(), in rebuild()
177 ce->getRParenLoc(), in rebuild()
DSemaChecking.cpp2166 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()
DSemaExprObjC.cpp4133 castRange = SourceRange(cast->getLParenLoc(), cast->getRParenLoc()); in diagnoseARCUnbridgedCast()
4187 gse->getRParenLoc(), in stripARCUnbridgedCast()
/external/clang/unittests/AST/
DSourceLocationTest.cpp233 return SourceRange(T.getLParenLoc(), T.getRParenLoc()); in getRange()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp1535 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()
DRewriteModernObjC.cpp1744 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/
DDeclSpec.h1344 SourceLocation getRParenLoc() const { in getRParenLoc() function

12