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

References

tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
  861       GetAllocationSite(Ctx.getStateManager(), getErrorNode(), sym);
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
 1329       findExecutedLines(SM, R->getErrorNode()));
 2129   const ExplodedNode *N = getErrorNode();
 2492     Nodes.emplace_back(I->getErrorNode());
 2506     const ExplodedNode *NewNode = ForwardMap.lookup(Report->getErrorNode());
 2848     if (const ExplodedNode *E = PR->getErrorNode()) {
 2915     const ExplodedNode *errorNode = R->getErrorNode();
tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
  222   if (!B->getErrorNode()->getStackFrame()->isParentOf(N->getStackFrame()))
  809     auto BugPoint = BR.getErrorNode()->getLocation().getAs<StmtPoint>();
 1649     const LocationContext *ReportLC = BR.getErrorNode()->getLocationContext();
 1659     auto BugPoint = BR.getErrorNode()->getLocation().getAs<StmtPoint>();
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 3016         const ExplodedNode *EN = PR->getErrorNode();
 3126       const auto *N = const_cast<ExplodedNode *>(R->getErrorNode());