Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp9907 struct FindHiddenVirtualMethod { struct
9908 Sema *S;
9909 CXXMethodDecl *Method;
9910 llvm::SmallPtrSet<const CXXMethodDecl *, 8> OverridenAndUsingBaseMethods;
9911 SmallVector<CXXMethodDecl *, 8> OverloadedMethods;
9915 static bool CheckMostOverridenMethods( in CheckMostOverridenMethods()
9930 bool operator()(const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in operator ()()