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

References

tools/clang/lib/Analysis/CFG.cpp
 5589     if (LabelStmt *L = dyn_cast<LabelStmt>(Label))
 5591     else if (CaseStmt *C = dyn_cast<CaseStmt>(Label)) {
 5601     } else if (isa<DefaultStmt>(Label))
 5603     else if (CXXCatchStmt *CS = dyn_cast<CXXCatchStmt>(Label)) {
 5611     } else if (SEHExceptStmt *ES = dyn_cast<SEHExceptStmt>(Label)) {