Lines Matching refs:end
4 @end
6 @interface Y1 // expected-error {{missing '@end'}}
7 @end
8 @end // expected-error {{'@end' must appear in an Objective-C context}}
11 @end
13 @protocol Y2 // expected-error {{missing '@end'}}
14 @end
15 @end // expected-error {{'@end' must appear in an Objective-C context}}
18 @interface X7 // expected-error {{missing '@end'}}
19 @end
20 @end // expected-error {{'@end' must appear in an Objective-C context}}
23 @interface P2 // expected-error {{missing '@end'}}
24 @end
25 @end // expected-error {{'@end' must appear in an Objective-C context}}
28 @implementation X4 // expected-error {{missing '@end'}}
29 @end
30 @end // expected-error {{'@end' must appear in an Objective-C context}}
33 @end
38 @end
43 @end
46 @end
51 @end