Searched defs:prop2 (Results 1 – 9 of 9) sorted by relevance
9 @property id prop2; property22 @property int prop2; property29 -(int) prop2 { return 0; } method
13 @property (copy, readwrite) id prop2; property21 - (id) prop2 { return 0; } method
13 @property (nonatomic, retain) __attribute__((iboutletcollection(id))) id prop2; property28 @property (nonatomic, retain) __attribute__((iboutletcollection(B))) id prop2; // expected-error {{… property
94 @property (readonly) id prop2; // expected-note {{property declared here}} property102 @property (readwrite) id prop2; property108 @property (assign,readwrite) id prop2; // expected-warning {{auto property synthesis will not synth… property
74 id prop2; field77 @property (assign) id prop2; property117 @property (strong, nullable) id prop2; property
12 @property float prop2; property
60 @property (readonly) id prop2; property
41 @property (copy) id prop2; property
67 @property char prop2; property