Searched refs:RefCountReportVisitor (Results 1 – 1 of 1) sorted by relevance
240 class RefCountReportVisitor : public BugReporterVisitor { class245 RefCountReportVisitor(SymbolRef sym) : Sym(sym) {} in RefCountReportVisitor() function in clang::ento::retaincountchecker::RefCountReportVisitor262 class RefLeakReportVisitor : public RefCountReportVisitor {264 RefLeakReportVisitor(SymbolRef sym) : RefCountReportVisitor(sym) {} in RefLeakReportVisitor()354 RefCountReportVisitor::VisitNode(const ExplodedNode *N, in VisitNode()599 RefCountReportVisitor::getEndPath(BugReporterContext &BRC, in getEndPath()693 addVisitor(llvm::make_unique<RefCountReportVisitor>(sym)); in RefCountReport()701 addVisitor(llvm::make_unique<RefCountReportVisitor>(sym)); in RefCountReport()