Searched defs:FindHiddenVirtualMethod (Results 1 – 1 of 1) sorted by relevance
9993 struct FindHiddenVirtualMethod { struct9994 Sema *S;9995 CXXMethodDecl *Method;9996 llvm::SmallPtrSet<const CXXMethodDecl *, 8> OverridenAndUsingBaseMethods;9997 SmallVector<CXXMethodDecl *, 8> OverloadedMethods;10001 static bool CheckMostOverridenMethods( in CheckMostOverridenMethods()10016 bool operator()(const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in operator ()()