Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DObjCSuperDeallocChecker.cpp64 class SuperDeallocBRVisitor final : public BugReporterVisitor { class
69 SuperDeallocBRVisitor(SymbolRef ReceiverSymbol) in SuperDeallocBRVisitor() function in __anon7f1d05740211::SuperDeallocBRVisitor
194 BR->addVisitor(std::make_unique<SuperDeallocBRVisitor>(Sym)); in reportUseAfterDealloc()
247 SuperDeallocBRVisitor::VisitNode(const ExplodedNode *Succ, in VisitNode()