Home
last modified time | relevance | path

Searched refs:setContinueLoc (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2951 setContinueLoc(CL); in ContinueStmt()
2958 void setContinueLoc(SourceLocation L) { ContinueStmtBits.ContinueLoc = L; } in setContinueLoc() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp329 S->setContinueLoc(readSourceLocation()); in VisitContinueStmt()