Lines Matching refs:declared
10 @property(strong) id x; // expected-note {{property declared here}}
11 @property(strong) id y; // expected-note {{property declared here}}
27 @property(retain) id x; // expected-note {{property declared here}}
28 @property(retain) id y; // expected-note {{property declared here}}
44 @property(copy) id x; // expected-note {{property declared here}}
45 @property(copy) id y; // expected-note {{property declared here}}
56 …nretained id x; // expected-error {{strong property 'x' may not also be declared __unsafe_unretain…
57 …oreleasing id z; // expected-error {{strong property 'z' may not also be declared __autoreleasing}}
61 …nretained id x; // expected-error {{strong property 'x' may not also be declared __unsafe_unretain…
62 …oreleasing id z; // expected-error {{strong property 'z' may not also be declared __autoreleasing}}
66 …nretained id x; // expected-error {{strong property 'x' may not also be declared __unsafe_unretain…
67 …oreleasing id z; // expected-error {{strong property 'z' may not also be declared __autoreleasing}}
76 @property(assign) id y; // expected-note {{property declared here}}
91 @property(unsafe_unretained) id y; // expected-note {{property declared here}}
185 @property (nonatomic, assign) id prop; // expected-note {{property declared here}}