Searched refs:getContinueLoc (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
H A DStmt.h1290 SourceLocation getContinueLoc() const { return ContinueLoc; } function in class:clang::ContinueStmt
/external/clang/lib/Sema/
H A DSemaStmt.cpp1512 ContinueLoc = E->getContinueLoc();
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp194 Writer.AddSourceLocation(S->getContinueLoc(), Record);

Completed in 930 milliseconds