Home | History | Annotate | Download | only in Sema

Lines Matching refs:BreakLoc

2157 Sema::ActOnBreakStmt(SourceLocation BreakLoc, Scope *CurScope) {
2161 return StmtError(Diag(BreakLoc, diag::err_break_not_in_loop_or_switch));
2164 return Owned(new (Context) BreakStmt(BreakLoc));