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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp1728 class CFRefLeakReportVisitor : public CFRefReportVisitor { class in namespace:__anon16472
1730 CFRefLeakReportVisitor(SymbolRef sym, bool GCEnabled, function in class:__anon16472::CFRefLeakReportVisitor
1744 return new CFRefLeakReportVisitor(*this);
2242 CFRefLeakReportVisitor::getEndPath(BugReporterContext &BRC,
2390 addVisitor(new CFRefLeakReportVisitor(sym, GCEnabled, Log));

Completed in 52 milliseconds