Home | History | Annotate | Download | only in Parse

Lines Matching full:continueloc

1502   SourceLocation ContinueLoc = ConsumeToken();  // eat the 'continue'.
1503 return Actions.ActOnContinueStmt(ContinueLoc, getCurScope());