Lines Matching refs:interface
3 @interface INTF1 @end
16 @interface I1 <p1> @end
18 @interface E1 <p2> @end // expected-warning {{cannot find protocol definition for 'p2'}}
23 @interface I2 <p1,p2> @end
25 @interface E2 <p1,p2,p3> @end // expected-warning {{cannot find protocol definition for 'p3'}}
29 @interface E3 : U1 @end // expected-error {{attempting to use the forward class 'U1' as superclass …
32 @interface I3 : E3 @end
34 @interface U2 @end
36 @interface I4 : U2 <p1,p2>
40 @interface NSObject @end
47 @interface SomeObject : NSObject <UndefinedProtocol> // expected-warning {{cannot find protocol def…