Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmt.h2746 SourceLocation getContinueLoc() const { return ContinueStmtBits.ContinueLoc; } in getContinueLoc() function
2749 SourceLocation getBeginLoc() const { return getContinueLoc(); } in getBeginLoc()
2750 SourceLocation getEndLoc() const { return getContinueLoc(); } in getEndLoc()
/openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1494 Builder.markChildToken(S->getContinueLoc(), in WalkUpFromContinueStmt()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp250 Record.AddSourceLocation(S->getContinueLoc()); in VisitContinueStmt()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp2003 ContinueLoc = E->getContinueLoc(); in VisitContinueStmt()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTImporter.cpp6708 ExpectedSLoc ToContinueLocOrErr = import(S->getContinueLoc()); in VisitContinueStmt()