Lines Matching refs:kind_unsafe_unretained
49 } else if (attrs & ObjCPropertyAttribute::kind_unsafe_unretained) { in getImpliedARCOwnership()
89 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()
292 if (Attributes & ObjCPropertyAttribute::kind_unsafe_unretained) in makePropertyAttributesAsWritten()
293 attributesAsWritten |= ObjCPropertyAttribute::kind_unsafe_unretained; in makePropertyAttributesAsWritten()
565 ObjCPropertyAttribute::kind_unsafe_unretained)) { in CreatePropertyDecl()
659 if (Attributes & ObjCPropertyAttribute::kind_unsafe_unretained) in CreatePropertyDecl()
660 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_unsafe_unretained); in CreatePropertyDecl()
672 if (Attributes & ObjCPropertyAttribute::kind_unsafe_unretained) in CreatePropertyDecl()
675 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_unsafe_unretained); in CreatePropertyDecl()
896 ObjCPropertyAttribute::kind_unsafe_unretained | in SelectPropertyForSynthesisFromProtocols()
2656 !(Attributes & ObjCPropertyAttribute::kind_unsafe_unretained) && in CheckObjCPropertyAttributes()
2687 } else if (Attributes & ObjCPropertyAttribute::kind_unsafe_unretained) { in CheckObjCPropertyAttributes()