Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp1774 class CFRefLeakReportVisitor : public CFRefReportVisitor { class
1776 CFRefLeakReportVisitor(SymbolRef sym, bool GCEnabled, in CFRefLeakReportVisitor() function in __anonf8e0d6ba0611::CFRefLeakReportVisitor
1790 return llvm::make_unique<CFRefLeakReportVisitor>(*this); in clone()
2306 CFRefLeakReportVisitor::getEndPath(BugReporterContext &BRC, in getEndPath()
2454 addVisitor(llvm::make_unique<CFRefLeakReportVisitor>(sym, GCEnabled, Log)); in CFRefLeakReport()