Home
last modified time | relevance | path

Searched refs:getForLoc (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtObjC.h53 SourceLocation getForLoc() const { return ForLoc; } in getForLoc() function
H A DStmtCXX.h194 SourceLocation getForLoc() const { return ForLoc; } in getForLoc() function
H A DStmt.h2283 SourceLocation getForLoc() const { return ForStmtBits.ForLoc; } in getForLoc() function
2290 SourceLocation getBeginLoc() const { return getForLoc(); } in getBeginLoc()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp216 Record.AddSourceLocation(S->getForLoc()); in VisitForStmt()
1190 Record.AddSourceLocation(S->getForLoc()); in VisitObjCForCollectionStmt()
1278 Record.AddSourceLocation(S->getForLoc()); in VisitCXXForRangeStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h6807 getSema().ActOnOpenMPLoopInitialization(S->getForLoc(), Init.get()); in TransformForStmt()
6811 S->getForLoc(), S->getConditionVariable(), S->getCond(), in TransformForStmt()
6837 return getDerived().RebuildForStmt(S->getForLoc(), S->getLParenLoc(), in TransformForStmt()
7381 return getDerived().RebuildObjCForCollectionStmt(S->getForLoc(), in TransformObjCForCollectionStmt()
7492 NewStmt = getDerived().RebuildCXXForRangeStmt(S->getForLoc(), in TransformCXXForRangeStmt()
7510 NewStmt = getDerived().RebuildCXXForRangeStmt(S->getForLoc(), in TransformCXXForRangeStmt()
H A DSemaOpenMP.cpp4788 OpenMPIterationSpaceChecker ISC(SemaRef, For->getForLoc()); in checkOpenMPIterationSpace()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp5807 S->getBody(), S->getForLoc(), S->getLParenLoc(), S->getRParenLoc()); in VisitForStmt()
5925 S->getForLoc(), S->getCoawaitLoc(), S->getColonLoc(), S->getRParenLoc()); in VisitCXXForRangeStmt()
5947 S->getForLoc(), S->getRParenLoc()); in VisitObjCForCollectionStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp1694 SourceLocation ForEachLoc = S->getForLoc(); in RewriteObjCForCollectionStmt()