Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp7724 struct FindHiddenVirtualMethod { struct
7725 Sema *S;
7726 CXXMethodDecl *Method;
7727 llvm::SmallPtrSet<const CXXMethodDecl *, 8> OverridenAndUsingBaseMethods;
7728 SmallVector<CXXMethodDecl *, 8> OverloadedMethods;
7732 static bool CheckMostOverridenMethods( in CheckMostOverridenMethods()
7747 bool operator()(const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in operator ()()