Home | History | Annotate | Download | only in Sema

Lines Matching full:continueloc

1464 Sema::ActOnContinueStmt(SourceLocation ContinueLoc, Scope *CurScope) {
1468 return StmtError(Diag(ContinueLoc, diag::err_continue_not_in_loop));
1471 return Owned(new (Context) ContinueStmt(ContinueLoc));