Searched defs:CFRefLeakReportVisitor (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp1724 class CFRefLeakReportVisitor : public CFRefReportVisitor { class in namespace:__anon18231
1726 CFRefLeakReportVisitor(SymbolRef sym, bool GCEnabled, function in class:__anon18231::CFRefLeakReportVisitor
1740 return new CFRefLeakReportVisitor(*this);
2230 CFRefLeakReportVisitor::getEndPath(BugReporterContext &BRC,
2391 addVisitor(new CFRefLeakReportVisitor(sym, GCEnabled, Log));

Completed in 162 milliseconds