Lines Matching refs:readwrite

205 @property(readwrite) int GetSet_ReadWriteInExt;  category
206 @property(readwrite) int Get_ReadWriteInExt; // expected-note {{property declared here}} \
208 @property(readwrite) int Set_ReadWriteInExt; // expected-note {{property declared here}} \
210 @property(readwrite) int None_ReadWriteInExt;
211 @property(nonatomic,readwrite) int GetSet_Nonatomic_ReadWriteInExt;
212 @property(nonatomic,readwrite) int Get_Nonatomic_ReadWriteInExt;
213 @property(nonatomic,readwrite) int Set_Nonatomic_ReadWriteInExt;
214 @property(nonatomic,readwrite) int None_Nonatomic_ReadWriteInExt;
216 @property(readwrite) int GetSet_ReadWriteInExt_LateSynthesize;
217 @property(readwrite) int Get_ReadWriteInExt_LateSynthesize; // expected-note {{property declared h…
219 @property(readwrite) int Set_ReadWriteInExt_LateSynthesize; // expected-note {{property declared he…
221 @property(readwrite) int None_ReadWriteInExt_LateSynthesize;
222 @property(nonatomic,readwrite) int GetSet_Nonatomic_ReadWriteInExt_LateSynthesize;
223 @property(nonatomic,readwrite) int Get_Nonatomic_ReadWriteInExt_LateSynthesize;
224 @property(nonatomic,readwrite) int Set_Nonatomic_ReadWriteInExt_LateSynthesize;
225 @property(nonatomic,readwrite) int None_Nonatomic_ReadWriteInExt_LateSynthesize;
227 @property(readwrite) int GetSet_ReadWriteInExt_NoSynthesize;
228 @property(readwrite) int Get_ReadWriteInExt_NoSynthesize;
229 @property(readwrite) int Set_ReadWriteInExt_NoSynthesize;
230 @property(readwrite) int None_ReadWriteInExt_NoSynthesize;
231 @property(nonatomic,readwrite) int GetSet_Nonatomic_ReadWriteInExt_NoSynthesize;
232 @property(nonatomic,readwrite) int Get_Nonatomic_ReadWriteInExt_NoSynthesize;
233 @property(nonatomic,readwrite) int Set_Nonatomic_ReadWriteInExt_NoSynthesize;
234 @property(nonatomic,readwrite) int None_Nonatomic_ReadWriteInExt_NoSynthesize;