Searched refs:CFRefReportVisitor (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | RetainCountChecker.cpp | 1724 class CFRefReportVisitor : public BugReporterVisitorImpl<CFRefReportVisitor> { class 1731 CFRefReportVisitor(SymbolRef sym, bool gcEnabled, const SummaryLogTy &log) in CFRefReportVisitor() function in __anonbe000e510611::CFRefReportVisitor 1750 class CFRefLeakReportVisitor : public CFRefReportVisitor { 1754 : CFRefReportVisitor(sym, GCEnabled, log) {} in CFRefLeakReportVisitor() 1779 addVisitor(llvm::make_unique<CFRefReportVisitor>(sym, GCEnabled, Log)); in CFRefReport() 1787 addVisitor(llvm::make_unique<CFRefReportVisitor>(sym, GCEnabled, Log)); in CFRefReport() 1866 PathDiagnosticPiece *CFRefReportVisitor::VisitNode(const ExplodedNode *N, in VisitNode() 2274 CFRefReportVisitor::getEndPath(BugReporterContext &BRC, in getEndPath()
|