Lines Matching refs:interface

5 …GNATED_INITIALIZER; // expected-error {{only applies to init methods of interface or class extensi…
8 -(id)init NS_DESIGNATED_INITIALIZER; // expected-error {{only applies to init methods of interface
12 @interface I1
13 …GNATED_INITIALIZER; // expected-error {{only applies to init methods of interface or class extensi…
15 +(id)init NS_DESIGNATED_INITIALIZER; // expected-error {{only applies to init methods of interface
18 @interface I1(cat)
19 -(id)init2 NS_DESIGNATED_INITIALIZER; // expected-error {{only applies to init methods of interface
22 @interface I1()
28 …LIZER { return 0; } // expected-error {{only applies to init methods of interface or class extensi…
31 …LIZER { return 0; } // expected-error {{only applies to init methods of interface or class extensi…
36 @interface B1
41 @interface B1()
51 @interface S1 : B1
58 @interface S1()
83 @interface S2 : B1
87 @interface SS2 : S2
98 @interface S3 : B1
102 @interface SS3 : S3
112 @interface S4 : B1
126 @interface S5 : B1
147 @interface S6 : B1
181 @interface SS4 : S4
191 @interface S7 : B1
197 @interface SS7 : S7
208 @interface B2
212 @interface S8: B2
223 @interface S9 : B1
228 @interface S9(secondInit)
232 @interface SS9 : S9
245 @implementation GEOPDAnalyticMetadata (PlaceCardExtras) // expected-error {{cannot find interface d…
254 @interface MyObject
268 @interface B4
273 @interface rdar16323233 : B4
290 @interface S1B4 : B4
298 @interface S2B4 : B4
307 @interface S3B4 : B4
318 @interface S4B4 : B4
330 @interface S5B4 : B4
342 @interface S6B4 : B4
356 @interface NSObject
360 @interface Test3 : NSObject
372 @interface Test1 : NSObject
382 @interface Test2 : NSObject
384 @interface SubTest2 : Test2
393 @interface RootNoDI
397 @interface Base : RootNoDI
403 @interface Derived : Base
414 @interface ExtensionForMissingInterface() // expected-error{{cannot find interface declaration}}
418 @interface CategoryForMissingInterface(Cat) // expected-error{{cannot find interface declaration}}
419 …IGNATED_INITIALIZER; // expected-error{{only applies to init methods of interface or class extensi…