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

References

tools/clang/include/clang/Analysis/ProgramPoint.h
  343     return &getLocationContext()->getCFG()->getExit();
  647     const CFG *CalleeCFG = CalleeCtx->getCFG();
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
  156   CFG &getCFG() const { return *getLocationContext()->getCFG(); }
tools/clang/lib/StaticAnalyzer/Checkers/AnalyzerStatsChecker.cpp
   69   C = LC->getCFG();
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
 2317     CFGBlock &Exit = ProgP.getLocationContext()->getCFG()->getExit();
tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
  679     if (!N->getStackFrame()->getCFG()->isLinear())
tools/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp
   85     const CFGBlock *Entry = &(L->getCFG()->getEntry());
   94                                              L->getCFG()->getNumBlockIDs());
  217                                            LC->getCFG()->getNumBlockIDs());
  239   if (Blk == &(L.getLocationContext()->getCFG()->getExit())) {
  240     assert(L.getLocationContext()->getCFG()->getExit().empty() &&