Searched refs:CFRefReportVisitor (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | RetainCountChecker.cpp | 1748 class CFRefReportVisitor : public BugReporterVisitorImpl<CFRefReportVisitor> { class 1755 CFRefReportVisitor(SymbolRef sym, bool gcEnabled, const SummaryLogTy &log) in CFRefReportVisitor() function in __anonf8e0d6ba0611::CFRefReportVisitor 1774 class CFRefLeakReportVisitor : public CFRefReportVisitor { 1778 : CFRefReportVisitor(sym, GCEnabled, log) {} in CFRefLeakReportVisitor() 1803 addVisitor(llvm::make_unique<CFRefReportVisitor>(sym, GCEnabled, Log)); in CFRefReport() 1811 addVisitor(llvm::make_unique<CFRefReportVisitor>(sym, GCEnabled, Log)); in CFRefReport() 1890 PathDiagnosticPiece *CFRefReportVisitor::VisitNode(const ExplodedNode *N, in VisitNode() 2299 CFRefReportVisitor::getEndPath(BugReporterContext &BRC, in getEndPath()
|