Searched refs:hasPublicMethodInBase (Results 1 – 3 of 3) sorted by relevance
215 auto hasRefInBase = clang::hasPublicMethodInBase(&Base, "ref"); in visitCXXRecordDecl()216 auto hasDerefInBase = clang::hasPublicMethodInBase(&Base, "deref"); in visitCXXRecordDecl()232 auto hasRefInBase = clang::hasPublicMethodInBase(Base, "ref"); in visitCXXRecordDecl()241 auto hasDerefInBase = clang::hasPublicMethodInBase(Base, "deref"); in visitCXXRecordDecl()
40 hasPublicMethodInBase(const CXXBaseSpecifier *Base, const char *NameToMatch) { in hasPublicMethodInBase() function75 auto hasRefInBase = clang::hasPublicMethodInBase(Base, "ref"); in isRefCountable()91 auto hasDerefInBase = clang::hasPublicMethodInBase(Base, "deref"); in isRefCountable()
36 hasPublicMethodInBase(const CXXBaseSpecifier *Base, const char *NameToMatch);