Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/examples/CallSuperAttribute/
H A DCallSuperAttrInfo.cpp48 llvm::SmallPtrSet<const CXXMethodDecl *, 16> &MustCalledMethods) in MethodUsageVisitor() argument
49 : 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