Lines Matching refs:kind_retain

44       (ObjCPropertyAttribute::kind_retain | ObjCPropertyAttribute::kind_strong |  in getImpliedARCOwnership()
155 (ObjCPropertyAttribute::kind_assign | ObjCPropertyAttribute::kind_retain |
284 if (Attributes & ObjCPropertyAttribute::kind_retain) in makePropertyAttributesAsWritten()
285 attributesAsWritten |= ObjCPropertyAttribute::kind_retain; in makePropertyAttributesAsWritten()
647 if (Attributes & ObjCPropertyAttribute::kind_retain) in CreatePropertyDecl()
648 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_retain); in CreatePropertyDecl()
892 (Attr & (ObjCPropertyAttribute::kind_retain | in SelectPropertyForSynthesisFromProtocols()
906 ObjCPropertyAttribute::kind_retain | in SelectPropertyForSynthesisFromProtocols()
908 Diag(OriginalAttributes & (ObjCPropertyAttribute::kind_retain | in SelectPropertyForSynthesisFromProtocols()
1636 unsigned CAttrRetain = (CAttr & (ObjCPropertyAttribute::kind_retain | in DiagnosePropertyMismatch()
1638 unsigned SAttrRetain = (SAttr & (ObjCPropertyAttribute::kind_retain | in DiagnosePropertyMismatch()
2637 ObjCPropertyAttribute::kind_retain | in CheckObjCPropertyAttributes()
2649 ObjCPropertyAttribute::kind_retain | in CheckObjCPropertyAttributes()
2669 if (Attributes & ObjCPropertyAttribute::kind_retain) { in CheckObjCPropertyAttributes()
2672 Attributes &= ~ObjCPropertyAttribute::kind_retain; in CheckObjCPropertyAttributes()
2693 if (Attributes & ObjCPropertyAttribute::kind_retain) { in CheckObjCPropertyAttributes()
2696 Attributes &= ~ObjCPropertyAttribute::kind_retain; in CheckObjCPropertyAttributes()
2710 if (Attributes & ObjCPropertyAttribute::kind_retain) { in CheckObjCPropertyAttributes()
2713 Attributes &= ~ObjCPropertyAttribute::kind_retain; in CheckObjCPropertyAttributes()
2725 } else if ((Attributes & ObjCPropertyAttribute::kind_retain) && in CheckObjCPropertyAttributes()
2729 Attributes &= ~ObjCPropertyAttribute::kind_retain; in CheckObjCPropertyAttributes()
2791 else if ((Attributes & ObjCPropertyAttribute::kind_retain) && in CheckObjCPropertyAttributes()