Searched defs:FindHiddenVirtualMethod (Results 1 – 1 of 1) sorted by relevance
10200 struct FindHiddenVirtualMethod { struct10201 Sema *S;10202 CXXMethodDecl *Method;10203 llvm::SmallPtrSet<const CXXMethodDecl *, 8> OverridenAndUsingBaseMethods;10204 SmallVector<CXXMethodDecl *, 8> OverloadedMethods;10208 static bool CheckMostOverridenMethods( in CheckMostOverridenMethods()10223 bool operator()(const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in operator ()()