Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h2673 SourceLocation getContinueLoc() const { return ContinueStmtBits.ContinueLoc; } in getContinueLoc() function
2676 SourceLocation getBeginLoc() const { return getContinueLoc(); } in getBeginLoc()
2677 SourceLocation getEndLoc() const { return getContinueLoc(); } in getEndLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1489 Builder.markChildToken(S->getContinueLoc(), in WalkUpFromContinueStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp248 Record.AddSourceLocation(S->getContinueLoc()); in VisitContinueStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp1965 ContinueLoc = E->getContinueLoc(); in VisitContinueStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp6332 ExpectedSLoc ToContinueLocOrErr = import(S->getContinueLoc()); in VisitContinueStmt()