Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCSuperDeallocChecker.cpp65 class SuperDeallocBRVisitor final : public BugReporterVisitor { class
70 SuperDeallocBRVisitor(SymbolRef ReceiverSymbol) in SuperDeallocBRVisitor() function in __anon28f2ce440211::SuperDeallocBRVisitor
195 BR->addVisitor(std::make_unique<SuperDeallocBRVisitor>(Sym)); in reportUseAfterDealloc()
240 SuperDeallocBRVisitor::VisitNode(const ExplodedNode *Succ, in VisitNode()