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

References

tools/clang/include/clang/Analysis/Analyses/ThreadSafetyCommon.h
  173     V.enterCFG(CFGraph, getDecl(), &CFGraph->getEntry());
  178       V.enterCFGBlock(CurrBlock);
  181       if (V.visitPredecessors()) {
  194           V.handlePredecessor(*SI);
  198           V.handlePredecessorBackEdge(Blk);
  201       V.enterCFGBlockBody(CurrBlock);
  207           V.handleStatement(BI.castAs<CFGStmt>().getStmt());
  215           V.handleDestructorCall(VD, DD);
  223       V.exitCFGBlockBody(CurrBlock);
  226       if (V.visitSuccessors()) {
  240           V.handleSuccessorBackEdge(*SI);
  244           V.handleSuccessor(Blk);
  247       V.exitCFGBlock(CurrBlock);
  249     V.exitCFG(&CFGraph->getExit());