Searched refs:hasDeref (Results 1 – 2 of 2) sorted by relevance
219 bool hasDeref = hasDerefInBase && *hasDerefInBase != nullptr; in visitCXXRecordDecl() local252 hasDeref = hasDeref || C->lookupInBases(hasPublicDerefInBase, Paths, in visitCXXRecordDecl()254 if (AnyInconclusiveBase || !hasRef || !hasDeref) in visitCXXRecordDecl()
65 bool hasDeref = hasPublicMethodInBaseClass(R, "deref"); in isRefCountable() local66 if (hasRef && hasDeref) in isRefCountable()98 hasDeref = hasDeref || R->lookupInBases(hasPublicDerefInBase, Paths, in isRefCountable()103 return hasRef && hasDeref; in isRefCountable()