Searched refs:kind_copy (Results 1 – 15 of 15) sorted by relevance
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()[all …]
7486 ObjCPropertyAttribute::kind_copy | ObjCPropertyAttribute::kind_retain | in ObjCPropertyFlagConflicts()7491 AssignCopyRetMask != ObjCPropertyAttribute::kind_copy && in ObjCPropertyFlagConflicts()7529 if (!ObjCPropertyFlagConflicts(Attributes, ObjCPropertyAttribute::kind_copy)) in CodeCompleteObjCPropertyFlags()
29 kind_copy = 0x20, enumerator
850 ObjCPropertyAttribute::kind_copy)); in isRetaining()877 if (PropertyAttributes & ObjCPropertyAttribute::kind_copy) in getSetterKind()
123 ObjCPropertyAttribute::kind_copy | in TraverseObjCMethodDecl()
173 (ObjCPropertyAttribute::kind_copy | in rewriteProperty()
1491 RenderAttribute(ObjCPropertyAttribute::kind_copy, "copy"); in getFragmentsForObjCProperty()
1637 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_copy) { in VisitObjCPropertyDecl()
1203 attributeOnlyIfTrue("copy", Attrs & ObjCPropertyAttribute::kind_copy); in VisitObjCPropertyDecl()
2818 if (Attrs & ObjCPropertyAttribute::kind_copy) in VisitObjCPropertyDecl()
8343 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_copy) in getObjCEncodingForPropertyDecl()
948 ObjCPropertyAttribute::kind_copy)); in RewritePropertyImplDecl()1008 ObjCPropertyAttribute::kind_copy); in RewritePropertyImplDecl()1031 if (Attributes & ObjCPropertyAttribute::kind_copy) in RewritePropertyImplDecl()
930 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_copy); in ParseObjCPropertyAttribute()
251 attrs &= ~ObjCPropertyAttribute::kind_copy; in PushPropertyAttributes()
8070 property_decl->setPropertyAttributes(ObjCPropertyAttribute::kind_copy); in AddObjCClassProperty()