Searched refs:DQ_PR_strong (Results 1 – 4 of 4) sorted by relevance
143 return ObjCDeclSpec::DQ_PR_strong; in deducePropertyOwnershipFromType()294 if (Attributes & ObjCDeclSpec::DQ_PR_strong) in makePropertyAttributesAsWritten()663 if (Attributes & ObjCDeclSpec::DQ_PR_strong) in CreatePropertyDecl()2381 ObjCDeclSpec::DQ_PR_retain | ObjCDeclSpec::DQ_PR_strong)) && in CheckObjCPropertyAttributes()2388 ObjCDeclSpec::DQ_PR_retain | ObjCDeclSpec::DQ_PR_strong); in CheckObjCPropertyAttributes()2404 if (Attributes & ObjCDeclSpec::DQ_PR_strong) { in CheckObjCPropertyAttributes()2407 Attributes &= ~ObjCDeclSpec::DQ_PR_strong; in CheckObjCPropertyAttributes()2428 if (Attributes & ObjCDeclSpec::DQ_PR_strong) { in CheckObjCPropertyAttributes()2431 Attributes &= ~ObjCDeclSpec::DQ_PR_strong; in CheckObjCPropertyAttributes()2445 if (Attributes & ObjCDeclSpec::DQ_PR_strong) { in CheckObjCPropertyAttributes()[all …]
4891 ObjCDeclSpec::DQ_PR_strong | in ObjCPropertyFlagConflicts()4898 AssignCopyRetMask != ObjCDeclSpec::DQ_PR_strong && in ObjCPropertyFlagConflicts()4926 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_strong)) in CodeCompleteObjCPropertyFlags()
809 DQ_PR_strong = 0x400, enumerator
888 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_strong); in ParseObjCPropertyAttribute()