Lines Matching refs:ObjCPropertyAttribute
746 ObjCPropertyAttribute::kind_nullability)
868 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_readonly);
870 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_assign);
872 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_unsafe_unretained);
874 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_readwrite);
876 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_retain);
878 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_strong);
880 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_copy);
882 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_nonatomic);
884 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_atomic);
886 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_weak);
919 ObjCPropertyAttribute::kind_setter);
928 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_getter);
932 if (DS.getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability)
936 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_nullability);
939 if (DS.getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability)
943 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_nullability);
946 if (DS.getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability)
950 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_nullability);
953 if (DS.getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability)
957 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_nullability);
961 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_null_resettable);
963 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_class);
965 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_direct);