Searched defs:FindHiddenVirtualMethod (Results 1 – 1 of 1) sorted by relevance
9707 struct FindHiddenVirtualMethod { struct9708 Sema *S;9709 CXXMethodDecl *Method;9710 llvm::SmallPtrSet<const CXXMethodDecl *, 8> OverridenAndUsingBaseMethods;9711 SmallVector<CXXMethodDecl *, 8> OverloadedMethods;9715 static bool CheckMostOverridenMethods( in CheckMostOverridenMethods()9730 bool operator()(const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in operator ()()