Searched refs:DQ_PR_weak (Results 1 – 4 of 4) sorted by relevance
111 return ObjCDeclSpec::DQ_PR_weak; in deduceWeakPropertyFromType()167 !(Attributes & ObjCDeclSpec::DQ_PR_weak))); in ActOnProperty()270 if (Attributes & ObjCDeclSpec::DQ_PR_weak) in makePropertyAttributesAsWritten()584 if (Attributes & ObjCDeclSpec::DQ_PR_weak) in CreatePropertyDecl()2039 ObjCDeclSpec::DQ_PR_weak | in CheckObjCPropertyAttributes()2078 if ((Attributes & (ObjCDeclSpec::DQ_PR_weak | ObjCDeclSpec::DQ_PR_copy | in CheckObjCPropertyAttributes()2083 << (Attributes & ObjCDeclSpec::DQ_PR_weak ? "weak" : in CheckObjCPropertyAttributes()2085 Attributes &= ~(ObjCDeclSpec::DQ_PR_weak | ObjCDeclSpec::DQ_PR_copy | in CheckObjCPropertyAttributes()2108 (Attributes & ObjCDeclSpec::DQ_PR_weak)) { in CheckObjCPropertyAttributes()2111 Attributes &= ~ObjCDeclSpec::DQ_PR_weak; in CheckObjCPropertyAttributes()[all …]
4686 ObjCDeclSpec::DQ_PR_weak); in ObjCPropertyFlagConflicts()4693 AssignCopyRetMask != ObjCDeclSpec::DQ_PR_weak) in ObjCPropertyFlagConflicts()4731 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_weak)) in CodeCompleteObjCPropertyFlags()
753 DQ_PR_weak = 0x200, enumerator
589 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_weak); in ParseObjCPropertyAttribute()