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

References

tools/clang/include/clang/Analysis/Analyses/ThreadSafetyCommon.h
  153     CFGraph = AC.getCFG();
  154     if (!CFGraph)
  171     PostOrderCFGView::CFGBlockSet VisitedBlocks(CFGraph);
  173     V.enterCFG(CFGraph, getDecl(), &CFGraph->getEntry());
  173     V.enterCFG(CFGraph, getDecl(), &CFGraph->getEntry());
  249     V.exitCFG(&CFGraph->getExit());
  252   const CFG *getGraph() const { return CFGraph; }
  253   CFG *getGraph() { return CFGraph; }