Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h2734 SourceLocation getContinueLoc() const { return ContinueStmtBits.ContinueLoc; } in getContinueLoc() function
2737 SourceLocation getBeginLoc() const { return getContinueLoc(); } in getBeginLoc()
2738 SourceLocation getEndLoc() const { return getContinueLoc(); } in getEndLoc()
/llvm-project-15.0.7/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1494 Builder.markChildToken(S->getContinueLoc(), in WalkUpFromContinueStmt()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DXRefs.cpp1068 found(Continue, C->getContinueLoc()); in VisitContinueStmt()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp250 Record.AddSourceLocation(S->getContinueLoc()); in VisitContinueStmt()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp2003 ContinueLoc = E->getContinueLoc(); in VisitContinueStmt()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp6572 ExpectedSLoc ToContinueLocOrErr = import(S->getContinueLoc()); in VisitContinueStmt()