Home
last modified time | relevance | path

Searched defs:ContinueLoc (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Parse/
DParseStmt.cpp1502 SourceLocation ContinueLoc = ConsumeToken(); // eat the 'continue'. in ParseContinueStatement() local
/external/clang/lib/Sema/
DSemaStmt.cpp1464 Sema::ActOnContinueStmt(SourceLocation ContinueLoc, Scope *CurScope) { in ActOnContinueStmt()
/external/clang/include/clang/AST/
DStmt.h1113 SourceLocation ContinueLoc; variable