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

References

tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
  403   const ExplodedNode *getErrorNode() const { return ErrorNode; }
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
 2164     hash.AddPointer(ErrorNode->getCurrentOrPreviousStmtForDiagnostics());
 2310   if (!ErrorNode)
 2313   ProgramPoint ProgP = ErrorNode->getLocation();
 2319       S = ErrorNode->getPreviousStmtForDiagnostics();
 2322     S = ErrorNode->getStmtForDiagnostics();
 2339   assert(ErrorNode && "Cannot create a location with a null node.");
 2340   const Stmt *S = ErrorNode->getStmtForDiagnostics();
 2341     ProgramPoint P = ErrorNode->getLocation();
 2344       ErrorNode->getState()->getStateManager().getContext().getSourceManager();
 2354     S = ErrorNode->getNextStmtForDiagnostics();
 2376   return PathDiagnosticLocation::createDeclEnd(ErrorNode->getLocationContext(),