Lines Matching refs:kind_retain
43 (ObjCPropertyAttribute::kind_retain | ObjCPropertyAttribute::kind_strong | in getImpliedARCOwnership()
155 (ObjCPropertyAttribute::kind_assign | ObjCPropertyAttribute::kind_retain |
291 if (Attributes & ObjCPropertyAttribute::kind_retain) in makePropertyAttributesAsWritten()
292 attributesAsWritten |= ObjCPropertyAttribute::kind_retain; in makePropertyAttributesAsWritten()
669 if (Attributes & ObjCPropertyAttribute::kind_retain) in CreatePropertyDecl()
670 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_retain); in CreatePropertyDecl()
914 (Attr & (ObjCPropertyAttribute::kind_retain | in SelectPropertyForSynthesisFromProtocols()
928 ObjCPropertyAttribute::kind_retain | in SelectPropertyForSynthesisFromProtocols()
930 Diag(OriginalAttributes & (ObjCPropertyAttribute::kind_retain | in SelectPropertyForSynthesisFromProtocols()
1667 unsigned CAttrRetain = (CAttr & (ObjCPropertyAttribute::kind_retain | in DiagnosePropertyMismatch()
1669 unsigned SAttrRetain = (SAttr & (ObjCPropertyAttribute::kind_retain | in DiagnosePropertyMismatch()
2667 ObjCPropertyAttribute::kind_retain | in CheckObjCPropertyAttributes()
2679 ObjCPropertyAttribute::kind_retain | in CheckObjCPropertyAttributes()
2699 if (Attributes & ObjCPropertyAttribute::kind_retain) { in CheckObjCPropertyAttributes()
2702 Attributes &= ~ObjCPropertyAttribute::kind_retain; in CheckObjCPropertyAttributes()
2723 if (Attributes & ObjCPropertyAttribute::kind_retain) { in CheckObjCPropertyAttributes()
2726 Attributes &= ~ObjCPropertyAttribute::kind_retain; in CheckObjCPropertyAttributes()
2740 if (Attributes & ObjCPropertyAttribute::kind_retain) { in CheckObjCPropertyAttributes()
2743 Attributes &= ~ObjCPropertyAttribute::kind_retain; in CheckObjCPropertyAttributes()
2755 } else if ((Attributes & ObjCPropertyAttribute::kind_retain) && in CheckObjCPropertyAttributes()
2759 Attributes &= ~ObjCPropertyAttribute::kind_retain; in CheckObjCPropertyAttributes()
2823 else if ((Attributes & ObjCPropertyAttribute::kind_retain) && in CheckObjCPropertyAttributes()