Searched defs:FindHiddenVirtualMethod (Results 1 – 1 of 1) sorted by relevance
9328 struct FindHiddenVirtualMethod { struct9329 Sema *S;9330 CXXMethodDecl *Method;9331 llvm::SmallPtrSet<const CXXMethodDecl *, 8> OverridenAndUsingBaseMethods;9332 SmallVector<CXXMethodDecl *, 8> OverloadedMethods;9336 static bool CheckMostOverridenMethods( in CheckMostOverridenMethods()9351 bool operator()(const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in operator ()()