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
  282   const Stmt *getNextStmtForDiagnostics() const;

References

tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
  576   if (const Stmt *S = C.getCurrentNode()->getNextStmtForDiagnostics())
  871     if (const Stmt *S = C.getCurrentNode()->getNextStmtForDiagnostics())
 2354     S = ErrorNode->getNextStmtForDiagnostics();