Searched refs:getForLoc (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | StmtObjC.h | 53 SourceLocation getForLoc() const { return ForLoc; } in getForLoc() function
|
| H A D | StmtCXX.h | 194 SourceLocation getForLoc() const { return ForLoc; } in getForLoc() function
|
| H A D | Stmt.h | 2283 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 D | ASTWriterStmt.cpp | 216 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 D | TreeTransform.h | 6807 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 D | SemaOpenMP.cpp | 4788 OpenMPIterationSpaceChecker ISC(SemaRef, For->getForLoc()); in checkOpenMPIterationSpace()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 5807 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 D | RewriteModernObjC.cpp | 1694 SourceLocation ForEachLoc = S->getForLoc(); in RewriteObjCForCollectionStmt()
|