Searched defs:FindHiddenVirtualMethod (Results 1 – 1 of 1) sorted by relevance
7724 struct FindHiddenVirtualMethod { struct7725 Sema *S;7726 CXXMethodDecl *Method;7727 llvm::SmallPtrSet<const CXXMethodDecl *, 8> OverridenAndUsingBaseMethods;7728 SmallVector<CXXMethodDecl *, 8> OverloadedMethods;7732 static bool CheckMostOverridenMethods( in CheckMostOverridenMethods()7747 bool operator()(const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in operator ()()