Searched defs:FindHiddenVirtualMethod (Results 1 – 1 of 1) sorted by relevance
10290 struct FindHiddenVirtualMethod { struct10291 Sema *S;10292 CXXMethodDecl *Method;10293 llvm::SmallPtrSet<const CXXMethodDecl *, 8> OverridenAndUsingBaseMethods;10294 SmallVector<CXXMethodDecl *, 8> OverloadedMethods;10298 static bool CheckMostOverridenMethods( in CheckMostOverridenMethods()10313 bool operator()(const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in operator ()()