Lines Matching refs:end
3 @interface MyClass1 @end
9 @end
12 @end
15 @end
17 @interface MyClass1 (Category4) @end // expected-note {{previous definition is here}}
18 @interface MyClass1 (Category5) @end
19 @interface MyClass1 (Category6) @end
20 @interface MyClass1 (Category7) @end // expected-note {{previous definition is here}}
21 @interface MyClass1 (Category8) @end // expected-note {{previous definition is here}}
24 @interface MyClass1 (Category4) @end // expected-warning {{duplicate definition of category 'Catego…
25 @interface MyClass1 (Category7) @end // expected-warning {{duplicate definition of category 'Catego…
26 @interface MyClass1 (Category8) @end // expected-warning {{duplicate definition of category 'Catego…
29 @protocol p3 @end
31 @interface MyClass1 (Category) <p2, p3> @end // expected-warning {{cannot find protocol definition…
33 @interface UnknownClass (Category) @end // expected-error {{cannot find interface declaration for …
37 @interface MyClass2 (Category) @end // expected-error {{cannot define category for undefined clas…
40 @end
43 @end
46 @end
49 @end
52 @end
55 @end
58 @end
61 @end
67 @end
69 @interface MultipleCat_I @end
71 @interface MultipleCat_I() @end
73 @interface MultipleCat_I() <MultipleCat_P> @end
76 @end
80 @interface RDar7680391 () @end // expected-error{{cannot find interface declaration}}
87 @end
90 @end
93 @end
96 @end
101 @end
106 @end
110 @end