Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclCXX.cpp6432 struct FindHiddenVirtualMethod { struct
6433 Sema *S;
6434 CXXMethodDecl *Method;
6435 llvm::SmallPtrSet<const CXXMethodDecl *, 8> OverridenAndUsingBaseMethods;
6436 SmallVector<CXXMethodDecl *, 8> OverloadedMethods;
6440 static bool CheckMostOverridenMethods( in CheckMostOverridenMethods()
6457 bool operator()(const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in operator ()()
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp9628 struct FindHiddenVirtualMethod { struct
9629 Sema *S;
9630 CXXMethodDecl *Method;
9631 llvm::SmallPtrSet<const CXXMethodDecl *, 8> OverridenAndUsingBaseMethods;
9632 SmallVector<CXXMethodDecl *, 8> OverloadedMethods;
9636 static bool CheckMostOverridenMethods( in CheckMostOverridenMethods()
9651 bool operator()(const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in operator ()()