Searched refs:CFRefReportVisitor (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp1698 class CFRefReportVisitor : public BugReporterVisitorImpl<CFRefReportVisitor> { class in namespace:__anon18231
1705 CFRefReportVisitor(SymbolRef sym, bool gcEnabled, const SummaryLogTy &log) function in class:__anon18231::CFRefReportVisitor
1724 class CFRefLeakReportVisitor : public CFRefReportVisitor {
1728 : CFRefReportVisitor(sym, GCEnabled, log) {}
1737 // CFRefReportVisitor, we simply override clone() to do the right thing.
1753 addVisitor(new CFRefReportVisitor(sym, GCEnabled, Log));
1761 addVisitor(new CFRefReportVisitor(sym, GCEnabled, Log));
1831 PathDiagnosticPiece *CFRefReportVisitor::VisitNode(const ExplodedNode *N,
2222 CFRefReportVisitor
[all...]

Completed in 1576 milliseconds