Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp9993 struct FindHiddenVirtualMethod { struct
9994 Sema *S;
9995 CXXMethodDecl *Method;
9996 llvm::SmallPtrSet<const CXXMethodDecl *, 8> OverridenAndUsingBaseMethods;
9997 SmallVector<CXXMethodDecl *, 8> OverloadedMethods;
10001 static bool CheckMostOverridenMethods( in CheckMostOverridenMethods()
10016 bool operator()(const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in operator ()()