Home
last modified time | relevance | path

Searched refs:getErrorNode (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp357 LC(r->getErrorNode()->getLocationContext()) {} in PathDiagnosticBuilder()
366 Decl const &getCodeDecl() { return R->getErrorNode()->getCodeDecl(); } in getCodeDecl()
1256 findExecutedLines(SM, R->getErrorNode())); in generateEmptyDiagnosticForReport()
2060 const ExplodedNode *N = getErrorNode(); in getDeclWithIssue()
2656 errorNodes.push_back(I->getErrorNode()); in generatePathDiagnostics()
2692 if (const ExplodedNode *E = R->getErrorNode()) { in emitReport()
2847 const ExplodedNode *N = I.getErrorNode(); in FindReportInEquivalenceClass()
2865 const ExplodedNode *errorNode = I->getErrorNode(); in FindReportInEquivalenceClass()
H A DBugReporterVisitors.cpp680 auto BugPoint = BR.getErrorNode()->getLocation().getAs<StmtPoint>(); in VisitNode()
1451 const LocationContext *ReportLC = BR.getErrorNode()->getLocationContext(); in VisitNode()
1461 auto BugPoint = BR.getErrorNode()->getLocation().getAs<StmtPoint>(); in VisitNode()
1772 const ExplodedNode *N = BR.getErrorNode(); in registerStatementVarDecls()
H A DExprEngine.cpp2962 if (Report.getErrorNode() == N) in nodeHasBugReport()
3081 const auto *N = const_cast<ExplodedNode *>(EI->begin()->getErrorNode()); in DumpGraph()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h207 const ExplodedNode *getErrorNode() const { return ErrorNode; } in getErrorNode() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp738 GetAllocationSite(Ctx.getStateManager(), getErrorNode(), sym); in deriveAllocLocation()