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