Lines Matching refs:declared
40 …nretained id x; // expected-error {{strong property 'x' may not also be declared __unsafe_unretain…
41 @property(strong) __weak id y; // expected-error {{strong property 'y' may not also be declared __w…
42 …oreleasing id z; // expected-error {{strong property 'z' may not also be declared __autoreleasing}}
46 …nretained id x; // expected-error {{strong property 'x' may not also be declared __unsafe_unretain…
47 @property(retain) __weak id y; // expected-error {{strong property 'y' may not also be declared __w…
48 …oreleasing id z; // expected-error {{strong property 'z' may not also be declared __autoreleasing}}
52 …nretained id x; // expected-error {{strong property 'x' may not also be declared __unsafe_unretain…
53 @property(copy) __weak id y; // expected-error {{strong property 'y' may not also be declared __wea…
54 …oreleasing id z; // expected-error {{strong property 'z' may not also be declared __autoreleasing}}
59 …) __weak id y; // expected-error {{unsafe_unretained property 'y' may not also be declared __weak}}
60 …id z; // expected-error {{unsafe_unretained property 'z' may not also be declared __autoreleasing}}
65 …) __weak id y; // expected-error {{unsafe_unretained property 'y' may not also be declared __weak}}
66 …id z; // expected-error {{unsafe_unretained property 'z' may not also be declared __autoreleasing}}