Home | History | Annotate | Download | only in Parse

Lines Matching refs:ContinueLoc

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