Searched refs:DQ_PR_weak (Results 1 – 3 of 3) sorted by relevance
119 Attributes |= ObjCDeclSpec::DQ_PR_weak; in ActOnProperty()132 !(Attributes & ObjCDeclSpec::DQ_PR_weak))); in ActOnProperty()189 if (Attributes & ObjCDeclSpec::DQ_PR_weak) in makePropertyAttributesAsWritten()457 if (Attributes & ObjCDeclSpec::DQ_PR_weak) in CreatePropertyDecl()1777 ObjCDeclSpec::DQ_PR_weak | in CheckObjCPropertyAttributes()1807 if ((Attributes & (ObjCDeclSpec::DQ_PR_weak | ObjCDeclSpec::DQ_PR_copy | in CheckObjCPropertyAttributes()1812 << (Attributes & ObjCDeclSpec::DQ_PR_weak ? "weak" : in CheckObjCPropertyAttributes()1814 Attributes &= ~(ObjCDeclSpec::DQ_PR_weak | ObjCDeclSpec::DQ_PR_copy | in CheckObjCPropertyAttributes()1837 (Attributes & ObjCDeclSpec::DQ_PR_weak)) { in CheckObjCPropertyAttributes()1840 Attributes &= ~ObjCDeclSpec::DQ_PR_weak; in CheckObjCPropertyAttributes()[all …]
724 DQ_PR_weak = 0x200, enumerator
587 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_weak); in ParseObjCPropertyAttribute()