Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmt.h1265 SourceLocation getContinueLoc() const { return ContinueLoc; } in getContinueLoc() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp194 Writer.AddSourceLocation(S->getContinueLoc(), Record); in VisitContinueStmt()