Searched refs:hasRef (Results 1 – 2 of 2) sorted by relevance
218 bool hasRef = hasRefInBase && *hasRefInBase != nullptr; in visitCXXRecordDecl() local250 hasRef = hasRef || C->lookupInBases(hasPublicRefInBase, Paths, in visitCXXRecordDecl()254 if (AnyInconclusiveBase || !hasRef || !hasDeref) in visitCXXRecordDecl()
64 bool hasRef = hasPublicMethodInBaseClass(R, "ref"); in isRefCountable() local66 if (hasRef && hasDeref) in isRefCountable()83 hasRef = hasRef || R->lookupInBases(hasPublicRefInBase, Paths, in isRefCountable()103 return hasRef && hasDeref; in isRefCountable()