Home | History | Annotate | Download | only in Sema

Lines Matching refs:BreakLoc

1681 Sema::ActOnBreakStmt(SourceLocation BreakLoc, Scope *CurScope) {
1685 return StmtError(Diag(BreakLoc, diag::err_break_not_in_loop_or_switch));
1688 return Owned(new (Context) BreakStmt(BreakLoc));