Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp318 class RefCountReportVisitor : public BugReporterVisitor { class
323 RefCountReportVisitor(SymbolRef sym) : Sym(sym) {} in RefCountReportVisitor() function in clang::ento::retaincountchecker::RefCountReportVisitor
340 class RefLeakReportVisitor : public RefCountReportVisitor {
343 : RefCountReportVisitor(Sym), LastBinding(LastBinding) {} in RefLeakReportVisitor()
459 RefCountReportVisitor::VisitNode(const ExplodedNode *N, BugReporterContext &BRC, in VisitNode()
757 RefCountReportVisitor::getEndPath(BugReporterContext &BRC, in getEndPath()
849 addVisitor(std::make_unique<RefCountReportVisitor>(sym)); in RefCountReport()
857 addVisitor(std::make_unique<RefCountReportVisitor>(sym)); in RefCountReport()