Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp331 R(r), PDC(pdc), NMC(Backmap), LC(r->getErrorNode()->getLocationContext()) in PathDiagnosticBuilder()
341 Decl const &getCodeDecl() { return R->getErrorNode()->getCodeDecl(); } in getCodeDecl()
2561 const ExplodedNode *N = getErrorNode(); in getDeclWithIssue()
3066 errorNodes.push_back((*I)->getErrorNode()); in generatePathDiagnostic()
3223 if (const ExplodedNode *E = R->getErrorNode()) { in emitReport()
3294 const ExplodedNode *N = I->getErrorNode(); in FindReportInEquivalenceClass()
3312 const ExplodedNode *errorNode = I->getErrorNode(); in FindReportInEquivalenceClass()
DBugReporterVisitors.cpp834 const LocationContext *ReportLC = BR.getErrorNode()->getLocationContext(); in VisitNode()
844 auto BugPoint = BR.getErrorNode()->getLocation().getAs<StmtPoint>(); in VisitNode()
1164 const ExplodedNode *N = BR.getErrorNode(); in registerStatementVarDecls()
DExprEngine.cpp2778 ExplodedNode *N = const_cast<ExplodedNode*>(EI->begin()->getErrorNode()); in ViewGraph()
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h180 const ExplodedNode *getErrorNode() const { return ErrorNode; } in getErrorNode() function
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp2410 GetAllocationSite(Ctx.getStateManager(), getErrorNode(), sym); in CFRefLeakReport()