Lines Matching refs:kind_unsafe_unretained
48 } else if (attrs & ObjCPropertyAttribute::kind_unsafe_unretained) { in getImpliedARCOwnership()
88 attr = ObjCPropertyAttribute::kind_unsafe_unretained; in checkPropertyDeclWithOwnership()
143 return ObjCPropertyAttribute::kind_unsafe_unretained; in deducePropertyOwnershipFromType()
158 ObjCPropertyAttribute::kind_unsafe_unretained);
166 ObjCPropertyAttribute::kind_unsafe_unretained)) { in getOwnershipRule()
168 ObjCPropertyAttribute::kind_unsafe_unretained; in getOwnershipRule()
299 if (Attributes & ObjCPropertyAttribute::kind_unsafe_unretained) in makePropertyAttributesAsWritten()
300 attributesAsWritten |= ObjCPropertyAttribute::kind_unsafe_unretained; in makePropertyAttributesAsWritten()
587 ObjCPropertyAttribute::kind_unsafe_unretained)) { in CreatePropertyDecl()
681 if (Attributes & ObjCPropertyAttribute::kind_unsafe_unretained) in CreatePropertyDecl()
682 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_unsafe_unretained); in CreatePropertyDecl()
694 if (Attributes & ObjCPropertyAttribute::kind_unsafe_unretained) in CreatePropertyDecl()
697 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_unsafe_unretained); in CreatePropertyDecl()
918 ObjCPropertyAttribute::kind_unsafe_unretained | in SelectPropertyForSynthesisFromProtocols()
2686 !(Attributes & ObjCPropertyAttribute::kind_unsafe_unretained) && in CheckObjCPropertyAttributes()
2717 } else if (Attributes & ObjCPropertyAttribute::kind_unsafe_unretained) { in CheckObjCPropertyAttributes()