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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp1739 class CFRefReportVisitor : public BugReporterVisitorImpl<CFRefReportVisitor> { class in namespace:__anon3918
1746 CFRefReportVisitor(SymbolRef sym, bool gcEnabled, const SummaryLogTy &log) function in class:__anon3918::CFRefReportVisitor
1765 class CFRefLeakReportVisitor : public CFRefReportVisitor {
1769 : CFRefReportVisitor(sym, GCEnabled, log) {}
1778 // CFRefReportVisitor, we simply override clone() to do the right thing.
1794 addVisitor(new CFRefReportVisitor(sym, GCEnabled, Log));
1802 addVisitor(new CFRefReportVisitor(sym, GCEnabled, Log));
1882 PathDiagnosticPiece *CFRefReportVisitor::VisitNode(const ExplodedNode *N,
2214 CFRefReportVisitor
[all...]

Completed in 74 milliseconds