Searched refs:MustCalledMethods (Results 1 – 1 of 1) sorted by relevance
48 llvm::SmallPtrSet<const CXXMethodDecl *, 16> &MustCalledMethods) in MethodUsageVisitor() argument49 : MustCalledMethods(MustCalledMethods) {} in MethodUsageVisitor()52 for (const auto &MustCalled : MustCalledMethods) { in VisitCallExpr()61 MustCalledMethods.erase(Callee); in VisitCallExpr()67 llvm::SmallPtrSet<const CXXMethodDecl *, 16> &MustCalledMethods; member in __anon174119720111::MethodUsageVisitor