Searched refs:getForLoc (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DStmtObjC.h52 SourceLocation getForLoc() const { return ForLoc; } function in class:clang::ObjCForCollectionStmt
H A DStmtCXX.h202 SourceLocation getForLoc() const { return ForLoc; } function in class:clang::CXXForRangeStmt
H A DStmt.h2835 SourceLocation getForLoc() const { return ForStmtBits.ForLoc; } function in class:clang::ForStmt
2842 SourceLocation getBeginLoc() const { return getForLoc(); }
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1477 Builder.markChildToken(S->getForLoc(), syntax::NodeRole::IntroducerKeyword);
1519 Builder.markChildToken(S->getForLoc(), syntax::NodeRole::IntroducerKeyword);
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp291 Record.AddSourceLocation(S->getForLoc());
1550 Record.AddSourceLocation(S->getForLoc());
1644 Record.AddSourceLocation(S->getForLoc());
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h7876 getSema().ActOnOpenMPLoopInitialization(S->getForLoc(), Init.get());
7880 S->getForLoc(), S->getConditionVariable(), S->getCond(),
7906 return getDerived().RebuildForStmt(S->getForLoc(), S->getLParenLoc(),
8481 return getDerived().RebuildObjCForCollectionStmt(S->getForLoc(),
8592 NewStmt = getDerived().RebuildCXXForRangeStmt(S->getForLoc(),
8614 NewStmt = getDerived().RebuildCXXForRangeStmt(S->getForLoc(),
H A DSemaOpenMP.cpp9400 For ? For->getForLoc() : CXXFor->getForLoc());
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp6918 auto ToForLoc = importChecked(Err, S->getForLoc());
7029 auto ToForLoc = importChecked(Err, S->getForLoc());
7047 auto ToForLoc = importChecked(Err, S->getForLoc());
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp1699 SourceLocation ForEachLoc = S->getForLoc();

Completed in 495 milliseconds