Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h2387 setContinueLoc(CL); in ContinueStmt()
2394 void setContinueLoc(SourceLocation L) { ContinueStmtBits.ContinueLoc = L; } in setContinueLoc() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp321 S->setContinueLoc(ReadSourceLocation()); in VisitContinueStmt()