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()
2563 const ExplodedNode *N = getErrorNode(); in getDeclWithIssue()
3071 errorNodes.push_back((*I)->getErrorNode()); in generatePathDiagnostic()
3231 if (const ExplodedNode *E = R->getErrorNode()) { in emitReport()
3297 const ExplodedNode *N = I->getErrorNode(); in FindReportInEquivalenceClass()
3315 const ExplodedNode *errorNode = I->getErrorNode(); in FindReportInEquivalenceClass()
DBugReporterVisitors.cpp830 const LocationContext *ReportLC = BR.getErrorNode()->getLocationContext(); in VisitNode()
1106 const ExplodedNode *N = BR.getErrorNode(); in registerStatementVarDecls()
DExprEngine.cpp2664 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.cpp2385 GetAllocationSite(Ctx.getStateManager(), getErrorNode(), sym); in CFRefLeakReport()