Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DStmt.h2669 SourceLocation getContinueLoc() const { return ContinueStmtBits.ContinueLoc; } in getContinueLoc() function
2672 SourceLocation getBeginLoc() const { return getContinueLoc(); } in getBeginLoc()
2673 SourceLocation getEndLoc() const { return getContinueLoc(); } in getEndLoc()
/external/llvm-project/clang/lib/Tooling/Syntax/
DBuildTree.cpp1455 Builder.markChildToken(S->getContinueLoc(), in WalkUpFromContinueStmt()
/external/llvm-project/clang-tools-extra/clangd/
DXRefs.cpp924 found(Continue, C->getContinueLoc()); in VisitContinueStmt()
/external/clang/include/clang/AST/
DStmt.h1310 SourceLocation getContinueLoc() const { return ContinueLoc; } in getContinueLoc() function
/external/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp247 Record.AddSourceLocation(S->getContinueLoc()); in VisitContinueStmt()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp206 Record.AddSourceLocation(S->getContinueLoc()); in VisitContinueStmt()
/external/clang/lib/Sema/
DSemaStmt.cpp1554 ContinueLoc = E->getContinueLoc(); in VisitContinueStmt()
/external/llvm-project/clang/lib/Sema/
DSemaStmt.cpp1685 ContinueLoc = E->getContinueLoc(); in VisitContinueStmt()
/external/clang/lib/AST/
DASTImporter.cpp5137 SourceLocation ToContinueLoc = Importer.Import(S->getContinueLoc()); in VisitContinueStmt()
/external/llvm-project/clang/lib/AST/
DASTImporter.cpp6255 ExpectedSLoc ToContinueLocOrErr = import(S->getContinueLoc()); in VisitContinueStmt()