Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmt.h2587 setContinueLoc(CL); in ContinueStmt()
2594 void setContinueLoc(SourceLocation L) { ContinueStmtBits.ContinueLoc = L; } in setContinueLoc() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderStmt.cpp311 S->setContinueLoc(readSourceLocation()); in VisitContinueStmt()