Searched refs:DQ_PR_copy (Results 1 – 4 of 4) sorted by relevance
165 !(Attributes & ObjCDeclSpec::DQ_PR_copy) && in ActOnProperty()272 if (Attributes & ObjCDeclSpec::DQ_PR_copy) in makePropertyAttributesAsWritten()507 if (Attributes & ObjCDeclSpec::DQ_PR_copy) in HandlePropertyInClassExtension()628 if (Attributes & ObjCDeclSpec::DQ_PR_copy) in CreatePropertyDecl()2047 if ((Attributes & (ObjCDeclSpec::DQ_PR_weak | ObjCDeclSpec::DQ_PR_copy | in CheckObjCPropertyAttributes()2053 Attributes & ObjCDeclSpec::DQ_PR_copy ? "copy" : "retain (or strong)"); in CheckObjCPropertyAttributes()2054 Attributes &= ~(ObjCDeclSpec::DQ_PR_weak | ObjCDeclSpec::DQ_PR_copy | in CheckObjCPropertyAttributes()2061 if (Attributes & ObjCDeclSpec::DQ_PR_copy) { in CheckObjCPropertyAttributes()2064 Attributes &= ~ObjCDeclSpec::DQ_PR_copy; in CheckObjCPropertyAttributes()2085 if (Attributes & ObjCDeclSpec::DQ_PR_copy) { in CheckObjCPropertyAttributes()[all …]
4707 ObjCDeclSpec::DQ_PR_copy | in ObjCPropertyFlagConflicts()4714 AssignCopyRetMask != ObjCDeclSpec::DQ_PR_copy && in ObjCPropertyFlagConflicts()4746 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_copy)) in CodeCompleteObjCPropertyFlags()
789 DQ_PR_copy = 0x20, enumerator
599 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_copy); in ParseObjCPropertyAttribute()