Searched refs:NameToMatch (Results 1 – 2 of 2) sorted by relevance
22 const char *NameToMatch) { in hasPublicMethodInBaseClass() argument28 if (MethodName == NameToMatch && MD->getAccess() == AS_public) in hasPublicMethodInBaseClass()39 hasPublicMethodInBase(const CXXBaseSpecifier *Base, const char *NameToMatch) { in hasPublicMethodInBase() argument52 return hasPublicMethodInBaseClass(R, NameToMatch) ? R : nullptr; in hasPublicMethodInBase()
32 hasPublicMethodInBase(const CXXBaseSpecifier *Base, const char *NameToMatch);