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

References

tools/clang/lib/Sema/AnalysisBasedWarnings.cpp
 1093         if (!P) continue;
 1095         const Stmt *Term = P->getTerminatorStmt();
 1099         const SwitchCase *SW = dyn_cast_or_null<SwitchCase>(P->getLabel());
 1100         if (SW && SW->getSubStmt() == B.getLabel() && P->begin() == P->end())
 1100         if (SW && SW->getSubStmt() == B.getLabel() && P->begin() == P->end())
 1103         const LabelStmt *L = dyn_cast_or_null<LabelStmt>(P->getLabel());
 1104         if (L && L->getSubStmt() == B.getLabel() && P->begin() == P->end())
 1104         if (L && L->getSubStmt() == B.getLabel() && P->begin() == P->end())
 1107         if (!ReachableBlocks.count(P)) {
 1108           for (CFGBlock::const_reverse_iterator ElemIt = P->rbegin(),
 1109                                                 ElemEnd = P->rend();
 1137         const Stmt *LastStmt = getLastStmt(*P);
 1146           std::copy(P->pred_begin(), P->pred_end(),
 1146           std::copy(P->pred_begin(), P->pred_end(),