Searched refs:hasPublicMethodInBaseClass (Results 1 – 1 of 1) sorted by relevance
22 bool hasPublicMethodInBaseClass(const CXXRecordDecl *R, in hasPublicMethodInBaseClass() function53 return hasPublicMethodInBaseClass(R, NameToMatch) ? R : nullptr; in hasPublicMethodInBase()64 bool hasRef = hasPublicMethodInBaseClass(R, "ref"); in isRefCountable()65 bool hasDeref = hasPublicMethodInBaseClass(R, "deref"); in isRefCountable()