Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h2667 setContinueLoc(CL); in ContinueStmt()
2674 void setContinueLoc(SourceLocation L) { ContinueStmtBits.ContinueLoc = L; } in setContinueLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp321 S->setContinueLoc(readSourceLocation()); in VisitContinueStmt()