reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaStmt.cpp
 2936     return StmtError(Diag(BreakLoc, diag::err_break_not_in_loop_or_switch));
 2939     return StmtError(Diag(BreakLoc, diag::err_omp_loop_cannot_use_stmt)
 2941   CheckJumpOutOfSEHFinally(*this, BreakLoc, *S);
 2943   return new (Context) BreakStmt(BreakLoc);