Searched refs:DQ_PR_strong (Results 1 – 4 of 4) sorted by relevance
161 !(Attributes & ObjCDeclSpec::DQ_PR_strong) && in ActOnProperty()259 if (Attributes & ObjCDeclSpec::DQ_PR_strong) in makePropertyAttributesAsWritten()462 ObjCDeclSpec::DQ_PR_strong | in HandlePropertyInClassExtension()493 if (Attributes & ObjCDeclSpec::DQ_PR_strong) in HandlePropertyInClassExtension()610 if (Attributes & ObjCDeclSpec::DQ_PR_strong) in CreatePropertyDecl()2143 ObjCDeclSpec::DQ_PR_retain | ObjCDeclSpec::DQ_PR_strong)) && in CheckObjCPropertyAttributes()2150 ObjCDeclSpec::DQ_PR_retain | ObjCDeclSpec::DQ_PR_strong); in CheckObjCPropertyAttributes()2166 if (Attributes & ObjCDeclSpec::DQ_PR_strong) { in CheckObjCPropertyAttributes()2169 Attributes &= ~ObjCDeclSpec::DQ_PR_strong; in CheckObjCPropertyAttributes()2190 if (Attributes & ObjCDeclSpec::DQ_PR_strong) { in CheckObjCPropertyAttributes()[all …]
4805 ObjCDeclSpec::DQ_PR_strong | in ObjCPropertyFlagConflicts()4812 AssignCopyRetMask != ObjCDeclSpec::DQ_PR_strong && in ObjCPropertyFlagConflicts()4840 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_strong)) in CodeCompleteObjCPropertyFlags()
804 DQ_PR_strong = 0x400, enumerator
564 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_strong); in ParseObjCPropertyAttribute()