Home
last modified time | relevance | path

Searched defs:FindHiddenVirtualMethod (Results 1 – 1 of 1) 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 ()()