Searched defs:MyClass1 (Results 1 – 6 of 6) sorted by relevance
3 @interface MyClass1 @end interface11 @interface MyClass1 (Category1) // expected-warning {{duplicate definition of category 'Category1'… interface in Category114 @interface MyClass1 (Category3) interface in Category317 @interface MyClass1 (Category4) @end // expected-note {{previous definition is here}} interface in Category418 @interface MyClass1 (Category5) @end interface in Category519 @interface MyClass1 (Category6) @end interface in Category620 @interface MyClass1 (Category7) @end // expected-note {{previous definition is here}} interface in Category721 @interface MyClass1 (Category8) @end // expected-note {{previous definition is here}} interface in Category824 @interface MyClass1 (Category4) @end // expected-warning {{duplicate definition of category 'Catego… interface in Category425 @interface MyClass1 (Category7) @end // expected-warning {{duplicate definition of category 'Catego… interface in Category7[all …]
3 @interface MyClass1 interface11 @interface MyClass1(CAT) <P> interface in CAT15 @implementation MyClass1(CAT) // expected-warning {{method 'Pmeth' in protocol 'P' not implemented}… implementation in CAT20 @interface MyClass1(DOG) <P> interface in DOG24 @implementation MyClass1(DOG) // expected-warning {{method 'Pmeth1' in protocol 'P' not implemented… implementation in DOG29 @implementation MyClass1(CAT1) implementation in CAT1
17 @interface MyClass1 <MyProto1> // expected-warning {{'MyProto1' is deprecated}} interface29 @interface MyClass1 (Category) <MyProto1, Proto2> // expected-warning {{'MyProto1' is deprecated}} interface in Category47 MyClass1 <MyProto1> *p1; // expected-warning {{'MyProto1' is deprecated}} category
10 @property Class MyClass1; property
13 interface MyClass1<MC2 extends MyClass2> { interface in DeepStubFailingWhenGenericNestedAsRawTypeTest
3241 class MyClass1: class3269 class MyClass1(metaclass=ExampleMeta): class