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

References

tools/clang/lib/CodeGen/CGStmt.cpp
 1382   if (!S)
 1387   if (const SwitchCase *SC = dyn_cast<SwitchCase>(S)) {
 1388     if (S == Case) {
 1401   if (!Case && isa<BreakStmt>(S))
 1406   if (const CompoundStmt *CS = dyn_cast<CompoundStmt>(S)) {
 1498       if (StartedInLiveCode && !CodeGenFunction::containsBreak(S)) {
 1500         ResultStmts.push_back(S);
 1513     if (CodeGenFunction::ContainsLabel(S, true))
 1520   if (CodeGenFunction::containsBreak(S)) return CSFC_Failure;
 1524   ResultStmts.push_back(S);