Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclCXX.cpp9328 struct FindHiddenVirtualMethod { struct
9329 Sema *S;
9330 CXXMethodDecl *Method;
9331 llvm::SmallPtrSet<const CXXMethodDecl *, 8> OverridenAndUsingBaseMethods;
9332 SmallVector<CXXMethodDecl *, 8> OverloadedMethods;
9336 static bool CheckMostOverridenMethods( in CheckMostOverridenMethods()
9351 bool operator()(const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in operator ()()