Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h2728 setContinueLoc(CL); in ContinueStmt()
2735 void setContinueLoc(SourceLocation L) { ContinueStmtBits.ContinueLoc = L; } in setContinueLoc() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp325 S->setContinueLoc(readSourceLocation()); in VisitContinueStmt()