Home | History | Annotate | Download | only in Parse

Lines Matching defs:ContinueLoc

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