Home | History | Annotate | Download | only in Sema

Lines Matching refs:ContinueLoc

1670 Sema::ActOnContinueStmt(SourceLocation ContinueLoc, Scope *CurScope) {
1674 return StmtError(Diag(ContinueLoc, diag::err_continue_not_in_loop));
1677 return Owned(new (Context) ContinueStmt(ContinueLoc));