Searched defs:FindHiddenVirtualMethod (Results 1 – 1 of 1) sorted by relevance
10411 struct FindHiddenVirtualMethod { struct10412 Sema *S;10413 CXXMethodDecl *Method;10414 llvm::SmallPtrSet<const CXXMethodDecl *, 8> OverridenAndUsingBaseMethods;10415 SmallVector<CXXMethodDecl *, 8> OverloadedMethods;10419 static bool CheckMostOverridenMethods( in CheckMostOverridenMethods()10434 bool operator()(const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in operator ()()