Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmt.h2964 SourceLocation getContinueLoc() const { return ContinueStmtBits.ContinueLoc; } in getContinueLoc() function
2967 SourceLocation getBeginLoc() const { return getContinueLoc(); } in getBeginLoc()
2968 SourceLocation getEndLoc() const { return getContinueLoc(); } in getEndLoc()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
HDBuildTree.cpp1495 Builder.markChildToken(S->getContinueLoc(), in WalkUpFromContinueStmt()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterStmt.cpp315 Record.AddSourceLocation(S->getContinueLoc()); in VisitContinueStmt()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaStmt.cpp2036 ContinueLoc = E->getContinueLoc(); in VisitContinueStmt()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDASTImporter.cpp7059 ExpectedSLoc ToContinueLocOrErr = import(S->getContinueLoc()); in VisitContinueStmt()