Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp240 class RefCountReportVisitor : public BugReporterVisitor { class
245 RefCountReportVisitor(SymbolRef sym) : Sym(sym) {} in RefCountReportVisitor() function in clang::ento::retaincountchecker::RefCountReportVisitor
262 class RefLeakReportVisitor : public RefCountReportVisitor {
264 RefLeakReportVisitor(SymbolRef sym) : RefCountReportVisitor(sym) {} in RefLeakReportVisitor()
354 RefCountReportVisitor::VisitNode(const ExplodedNode *N, in VisitNode()
599 RefCountReportVisitor::getEndPath(BugReporterContext &BRC, in getEndPath()
693 addVisitor(llvm::make_unique<RefCountReportVisitor>(sym)); in RefCountReport()
701 addVisitor(llvm::make_unique<RefCountReportVisitor>(sym)); in RefCountReport()