Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp10290 struct FindHiddenVirtualMethod { struct
10291 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 ()()