Lines Matching refs:kind_copy

45        ObjCPropertyAttribute::kind_copy)) {  in getImpliedARCOwnership()
156 ObjCPropertyAttribute::kind_copy | ObjCPropertyAttribute::kind_weak |
290 if (Attributes & ObjCPropertyAttribute::kind_copy) in makePropertyAttributesAsWritten()
291 attributesAsWritten |= ObjCPropertyAttribute::kind_copy; in makePropertyAttributesAsWritten()
656 if (Attributes & ObjCPropertyAttribute::kind_copy) in CreatePropertyDecl()
657 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_copy); in CreatePropertyDecl()
894 ObjCPropertyAttribute::kind_copy | in SelectPropertyForSynthesisFromProtocols()
900 ObjCPropertyAttribute::kind_copy)) { in SelectPropertyForSynthesisFromProtocols()
901 Diag(OriginalAttributes & ObjCPropertyAttribute::kind_copy, "copy"); in SelectPropertyForSynthesisFromProtocols()
1631 if ((CAttr & ObjCPropertyAttribute::kind_copy) != in DiagnosePropertyMismatch()
1632 (SAttr & ObjCPropertyAttribute::kind_copy)) in DiagnosePropertyMismatch()
2636 (ObjCPropertyAttribute::kind_weak | ObjCPropertyAttribute::kind_copy | in CheckObjCPropertyAttributes()
2644 : Attributes & ObjCPropertyAttribute::kind_copy in CheckObjCPropertyAttributes()
2648 ~(ObjCPropertyAttribute::kind_weak | ObjCPropertyAttribute::kind_copy | in CheckObjCPropertyAttributes()
2664 if (Attributes & ObjCPropertyAttribute::kind_copy) { in CheckObjCPropertyAttributes()
2667 Attributes &= ~ObjCPropertyAttribute::kind_copy; in CheckObjCPropertyAttributes()
2688 if (Attributes & ObjCPropertyAttribute::kind_copy) { in CheckObjCPropertyAttributes()
2691 Attributes &= ~ObjCPropertyAttribute::kind_copy; in CheckObjCPropertyAttributes()
2709 } else if (Attributes & ObjCPropertyAttribute::kind_copy) { in CheckObjCPropertyAttributes()
2786 if (!(Attributes & ObjCPropertyAttribute::kind_copy) && in CheckObjCPropertyAttributes()