Home | History | Annotate | Download | only in Parse

Lines Matching refs:ContinueLoc

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