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

/openbsd-current/gnu/llvm/clang/examples/CallSuperAttribute/
H A DCallSuperAttrInfo.cpp48 llvm::SmallPtrSet<const CXXMethodDecl *, 16> &MustCalledMethods)
49 : MustCalledMethods(MustCalledMethods) {}
52 for (const auto &MustCalled : MustCalledMethods) {
61 MustCalledMethods.erase(Callee);
67 llvm::SmallPtrSet<const CXXMethodDecl *, 16> &MustCalledMethods; member in class:__anon1::MethodUsageVisitor
47 MethodUsageVisitor( llvm::SmallPtrSet<const CXXMethodDecl *, 16> &MustCalledMethods) argument

Completed in 144 milliseconds