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

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h
  501       return cast<LabelStmt>((*I)->getLabel())->getDecl();
  549       return cast<CaseStmt>((*I)->getLabel());
tools/clang/lib/Analysis/Consumed.cpp
 1011     if (*PI && CurrBlockOrder < VisitOrder[(*PI)->getBlockID()] )
 1083     if (*PI && BlockVisitOrder < VisitOrder[(*PI)->getBlockID()])
 1382            (*CurrBlock->succ_begin())->pred_size() > 1)) {
tools/clang/lib/Analysis/ThreadSafety.cpp
  750       unsigned PrevBlockID = (*PI)->getBlockID();
  846           BlockInfo[(*CurrBlock->pred_begin())->getBlockID()].ExitLoc;
 2391       unsigned PrevBlockID = (*PI)->getBlockID();
 2405       if (const Stmt *Terminator = (*PI)->getTerminatorStmt()) {
tools/clang/lib/Sema/AnalysisBasedWarnings.cpp
  294       if (!Succ.isReachable() || Queued[Succ->getBlockID()])
  297       if (Succ->getBlockID() == Body->getExit().getBlockID())
  301               dyn_cast_or_null<CXXCatchStmt>(Succ->getLabel())) {
  310         Queued[Succ->getBlockID()] = true;
tools/clang/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp
  188     if (!reachable.count((*I)->getBlockID())) {
  192       if (!visited.count((*I)->getBlockID()))