Home
last modified time | relevance | path

Searched defs:FindHiddenVirtualMethod (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp10200 struct FindHiddenVirtualMethod { struct
10201 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 ()()