Searched defs:FindHiddenVirtualMethod (Results 1 – 1 of 1) sorted by relevance
9714 struct FindHiddenVirtualMethod { struct9715 Sema *S;9716 CXXMethodDecl *Method;9717 llvm::SmallPtrSet<const CXXMethodDecl *, 8> OverridenAndUsingBaseMethods;9718 SmallVector<CXXMethodDecl *, 8> OverloadedMethods;9722 static bool CheckMostOverridenMethods( in CheckMostOverridenMethods()9737 bool operator()(const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in operator ()()