Searched refs:getForLoc (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtObjC.h | 52 SourceLocation getForLoc() const { return ForLoc; } in getForLoc() function
|
H A D | StmtCXX.h | 202 SourceLocation getForLoc() const { return ForLoc; } in getForLoc() function
|
H A D | Stmt.h | 2842 SourceLocation getForLoc() const { return ForStmtBits.ForLoc; } 2849 SourceLocation getBeginLoc() const { return getForLoc(); }
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | BuildTree.cpp | 1478 Builder.markChildToken(S->getForLoc(), syntax::NodeRole::IntroducerKeyword); in WalkUpFromForStmt() 1520 Builder.markChildToken(S->getForLoc(), syntax::NodeRole::IntroducerKeyword); in WalkUpFromCXXForRangeStmt()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterStmt.cpp | 291 Record.AddSourceLocation(S->getForLoc()); in VisitForStmt() 1560 Record.AddSourceLocation(S->getForLoc()); in VisitObjCForCollectionStmt() 1654 Record.AddSourceLocation(S->getForLoc()); in VisitCXXForRangeStmt()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 8170 getSema().OpenMP().ActOnOpenMPLoopInitialization(S->getForLoc(), in TransformForStmt() 8175 S->getForLoc(), S->getConditionVariable(), S->getCond(), in TransformForStmt() 8201 return getDerived().RebuildForStmt(S->getForLoc(), S->getLParenLoc(), in TransformForStmt() 8776 return getDerived().RebuildObjCForCollectionStmt(S->getForLoc(), in TransformObjCForCollectionStmt() 8905 S->getForLoc(), S->getCoawaitLoc(), Init.get(), S->getColonLoc(), in TransformCXXForRangeStmt() 8924 S->getForLoc(), S->getCoawaitLoc(), Init.get(), S->getColonLoc(), in TransformCXXForRangeStmt()
|
H A D | SemaOpenMP.cpp | 9205 For ? For->getForLoc() : CXXFor->getForLoc()); in checkOpenMPIterationSpace()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTImporter.cpp | 7020 auto ToForLoc = importChecked(Err, S->getForLoc()); in VisitForStmt() 7131 auto ToForLoc = importChecked(Err, S->getForLoc()); in VisitCXXForRangeStmt() 7149 auto ToForLoc = importChecked(Err, S->getForLoc()); in VisitObjCForCollectionStmt()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 1698 SourceLocation ForEachLoc = S->getForLoc(); in RewriteObjCForCollectionStmt()
|