Searched refs:DQ_PR_assign (Results 1 – 4 of 4) sorted by relevance
157 bool isAssign = ((Attributes & ObjCDeclSpec::DQ_PR_assign) || in ActOnProperty()254 if (Attributes & ObjCDeclSpec::DQ_PR_assign) in makePropertyAttributesAsWritten()457 if (!(PIkind & (ObjCDeclSpec::DQ_PR_assign | in HandlePropertyInClassExtension()540 isAssign && !(Attributes & ObjCDeclSpec::DQ_PR_assign)) in CreatePropertyDecl()2115 if (Attributes & ObjCDeclSpec::DQ_PR_assign) { in CheckObjCPropertyAttributes()2200 if (!(Attributes & (ObjCDeclSpec::DQ_PR_assign | ObjCDeclSpec::DQ_PR_copy | in CheckObjCPropertyAttributes()
4656 unsigned AssignCopyRetMask = Attributes & (ObjCDeclSpec::DQ_PR_assign | in ObjCPropertyFlagConflicts()4663 AssignCopyRetMask != ObjCDeclSpec::DQ_PR_assign && in ObjCPropertyFlagConflicts()4686 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_assign)) in CodeCompleteObjCPropertyFlags()
779 DQ_PR_assign = 0x04, enumerator
590 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_assign); in ParseObjCPropertyAttribute()