Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp9707 struct FindHiddenVirtualMethod { struct
9708 Sema *S;
9709 CXXMethodDecl *Method;
9710 llvm::SmallPtrSet<const CXXMethodDecl *, 8> OverridenAndUsingBaseMethods;
9711 SmallVector<CXXMethodDecl *, 8> OverloadedMethods;
9715 static bool CheckMostOverridenMethods( in CheckMostOverridenMethods()
9730 bool operator()(const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in operator ()()