Home
last modified time | relevance | path

Searched refs:getContinueLoc (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2957 SourceLocation getContinueLoc() const { return ContinueStmtBits.ContinueLoc; } in getContinueLoc() function
2960 SourceLocation getBeginLoc() const { return getContinueLoc(); } in getBeginLoc()
2961 SourceLocation getEndLoc() const { return getContinueLoc(); } in getEndLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1494 Builder.markChildToken(S->getContinueLoc(), in WalkUpFromContinueStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp315 Record.AddSourceLocation(S->getContinueLoc()); in VisitContinueStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2013 ContinueLoc = E->getContinueLoc(); in VisitContinueStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp6957 ExpectedSLoc ToContinueLocOrErr = import(S->getContinueLoc()); in VisitContinueStmt()