Searched refs:hasPublicMethodInBase (Results 1 – 3 of 3) sorted by relevance
80 auto hasRefInBase = clang::hasPublicMethodInBase(Base, "ref"); in visitCXXRecordDecl()81 auto hasDerefInBase = clang::hasPublicMethodInBase(Base, "deref"); in visitCXXRecordDecl()97 auto hasRefInBase = clang::hasPublicMethodInBase(Base, "ref"); in visitCXXRecordDecl()107 auto hasDerefInBase = clang::hasPublicMethodInBase(Base, "deref"); in visitCXXRecordDecl()
39 hasPublicMethodInBase(const CXXBaseSpecifier *Base, const char *NameToMatch) { in hasPublicMethodInBase() function74 auto hasRefInBase = clang::hasPublicMethodInBase(Base, "ref"); in isRefCountable()89 auto hasDerefInBase = clang::hasPublicMethodInBase(Base, "deref"); in isRefCountable()
32 hasPublicMethodInBase(const CXXBaseSpecifier *Base, const char *NameToMatch);