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

Declarations

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
  158   const CFGBlock *getCFGBlock() const;

References

tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
 2932     if (const CFGBlock *ErrorB = errorNode->getCFGBlock())
tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
 1793   CFGBlock *NB = const_cast<CFGBlock *>(N->getCFGBlock());
 1799   CFGBlock *OriginB = const_cast<CFGBlock *>(Origin->getCFGBlock());