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

References

tools/clang/include/clang/Analysis/ProgramPoint.h
  238     const CFGBlock *B = getBlock();
tools/clang/lib/Analysis/PathDiagnostic.cpp
  709         BE->getBlock()->getTerminatorStmt()->getBeginLoc(), SMng);
tools/clang/lib/Analysis/ProgramPoint.cpp
   62         << castAs<BlockEntrance>().getBlock()->getBlockID();
tools/clang/lib/StaticAnalyzer/Checkers/AnalyzerStatsChecker.cpp
   63       const CFGBlock *CB = BE->getBlock();
tools/clang/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp
   78       const CFGBlock *CB = BE->getBlock();
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
 2318     if (BE->getBlock() == &Exit)
tools/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp
  281   unsigned BlockId = L.getBlock()->getBlockID();
  289     NodeBuilderContext Ctx(*this, L.getBlock(), Pred);
  293     HandleBlockExit(L.getBlock(), Pred);
tools/clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp
  295     return BEP->getBlock();
tools/clang/lib/StaticAnalyzer/Core/LoopUnrolling.cpp
  239       S = BE->getBlock()->getTerminatorStmt();
tools/clang/lib/StaticAnalyzer/Core/WorkList.cpp
  159           BE->getBlock()->getBlockID(),
  235           BE->getBlock()->getBlockID(),
  296       NumVisited = NumReached[BE->getBlock()]++;