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