Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclCXX.cpp6277 struct FindHiddenVirtualMethod { struct
6278 Sema *S;
6279 CXXMethodDecl *Method;
6280 llvm::SmallPtrSet<const CXXMethodDecl *, 8> OverridenAndUsingBaseMethods;
6281 SmallVector<CXXMethodDecl *, 8> OverloadedMethods;
6285 static bool CheckMostOverridenMethods( in CheckMostOverridenMethods()
6302 bool operator()(const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in operator ()()