Lines Matching refs:kind_strong

43       (ObjCPropertyAttribute::kind_retain | ObjCPropertyAttribute::kind_strong |  in getImpliedARCOwnership()
83 attr = ObjCPropertyAttribute::kind_strong; in checkPropertyDeclWithOwnership()
141 return ObjCPropertyAttribute::kind_strong; in deducePropertyOwnershipFromType()
157 ObjCPropertyAttribute::kind_strong |
293 if (Attributes & ObjCPropertyAttribute::kind_strong) in makePropertyAttributesAsWritten()
294 attributesAsWritten |= ObjCPropertyAttribute::kind_strong; in makePropertyAttributesAsWritten()
672 if (Attributes & ObjCPropertyAttribute::kind_strong) in CreatePropertyDecl()
673 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_strong); in CreatePropertyDecl()
817 property->setPropertyAttributes(ObjCPropertyAttribute::kind_strong); in setImpliedPropertyAttributeForReadOnlyProperty()
824 property->setPropertyAttributes(ObjCPropertyAttribute::kind_strong); in setImpliedPropertyAttributeForReadOnlyProperty()
915 ObjCPropertyAttribute::kind_strong | in SelectPropertyForSynthesisFromProtocols()
929 ObjCPropertyAttribute::kind_strong)) { in SelectPropertyForSynthesisFromProtocols()
931 ObjCPropertyAttribute::kind_strong), in SelectPropertyForSynthesisFromProtocols()
1311 !(kind & ObjCPropertyAttribute::kind_strong)) { in ActOnPropertyImplDecl()
1668 ObjCPropertyAttribute::kind_strong)); in DiagnosePropertyMismatch()
1670 ObjCPropertyAttribute::kind_strong)); in DiagnosePropertyMismatch()
2668 ObjCPropertyAttribute::kind_strong)) && in CheckObjCPropertyAttributes()
2680 ObjCPropertyAttribute::kind_strong); in CheckObjCPropertyAttributes()
2704 if (Attributes & ObjCPropertyAttribute::kind_strong) { in CheckObjCPropertyAttributes()
2707 Attributes &= ~ObjCPropertyAttribute::kind_strong; in CheckObjCPropertyAttributes()
2728 if (Attributes & ObjCPropertyAttribute::kind_strong) { in CheckObjCPropertyAttributes()
2731 Attributes &= ~ObjCPropertyAttribute::kind_strong; in CheckObjCPropertyAttributes()
2745 if (Attributes & ObjCPropertyAttribute::kind_strong) { in CheckObjCPropertyAttributes()
2748 Attributes &= ~ObjCPropertyAttribute::kind_strong; in CheckObjCPropertyAttributes()
2760 } else if ((Attributes & ObjCPropertyAttribute::kind_strong) && in CheckObjCPropertyAttributes()
2791 PropertyDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_strong); in CheckObjCPropertyAttributes()
2825 !(Attributes & ObjCPropertyAttribute::kind_strong) && in CheckObjCPropertyAttributes()