Searched defs:FindHiddenVirtualMethod (Results 1 – 1 of 1) sorted by relevance
9907 struct FindHiddenVirtualMethod { struct9908 Sema *S;9909 CXXMethodDecl *Method;9910 llvm::SmallPtrSet<const CXXMethodDecl *, 8> OverridenAndUsingBaseMethods;9911 SmallVector<CXXMethodDecl *, 8> OverloadedMethods;9915 static bool CheckMostOverridenMethods( in CheckMostOverridenMethods()9930 bool operator()(const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in operator ()()