Lines Matching refs:setPropertyAttributes

918       DS.setPropertyAttributes(ObjCPropertyAttribute::kind_readonly);  in ParseObjCPropertyAttribute()
920 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_assign); in ParseObjCPropertyAttribute()
922 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_unsafe_unretained); in ParseObjCPropertyAttribute()
924 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_readwrite); in ParseObjCPropertyAttribute()
926 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_retain); in ParseObjCPropertyAttribute()
928 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_strong); in ParseObjCPropertyAttribute()
930 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_copy); in ParseObjCPropertyAttribute()
932 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_nonatomic); in ParseObjCPropertyAttribute()
934 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_atomic); in ParseObjCPropertyAttribute()
936 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_weak); in ParseObjCPropertyAttribute()
971 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_setter); in ParseObjCPropertyAttribute()
980 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_getter); in ParseObjCPropertyAttribute()
988 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_nullability); in ParseObjCPropertyAttribute()
995 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_nullability); in ParseObjCPropertyAttribute()
1002 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_nullability); in ParseObjCPropertyAttribute()
1009 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_nullability); in ParseObjCPropertyAttribute()
1013 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_null_resettable); in ParseObjCPropertyAttribute()
1015 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_class); in ParseObjCPropertyAttribute()
1017 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_direct); in ParseObjCPropertyAttribute()