Searched refs:NameToMatch (Results 1 – 2 of 2) sorted by relevance
23 const char *NameToMatch) { in hasPublicMethodInBaseClass() argument29 if (MethodName == NameToMatch && MD->getAccess() == AS_public) in hasPublicMethodInBaseClass()40 hasPublicMethodInBase(const CXXBaseSpecifier *Base, const char *NameToMatch) { in hasPublicMethodInBase() argument53 return hasPublicMethodInBaseClass(R, NameToMatch) ? R : nullptr; in hasPublicMethodInBase()
36 hasPublicMethodInBase(const CXXBaseSpecifier *Base, const char *NameToMatch);