Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DStmt.h2663 setContinueLoc(CL); in ContinueStmt()
2670 void setContinueLoc(SourceLocation L) { ContinueStmtBits.ContinueLoc = L; } in setContinueLoc() function
/external/clang/include/clang/AST/
DStmt.h1311 void setContinueLoc(SourceLocation L) { ContinueLoc = L; } in setContinueLoc() function
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp319 S->setContinueLoc(readSourceLocation()); in VisitContinueStmt()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp269 S->setContinueLoc(ReadSourceLocation(Record, Idx)); in VisitContinueStmt()