Searched refs:NameToMatch (Results 1 – 2 of 2) sorted by relevance
24 bool hasPublicMethodInBaseClass(const CXXRecordDecl *R, StringRef NameToMatch) { in hasPublicMethodInBaseClass() argument30 if (MethodName == NameToMatch && MD->getAccess() == AS_public) in hasPublicMethodInBaseClass()41 hasPublicMethodInBase(const CXXBaseSpecifier *Base, StringRef NameToMatch) { in hasPublicMethodInBase() argument64 return hasPublicMethodInBaseClass(R, NameToMatch) ? R : nullptr; in hasPublicMethodInBase()
42 llvm::StringRef NameToMatch);