Searched defs:Cat2 (Results 1 – 8 of 8) sorted by relevance
9 @interface I1(Cat2) @end category12 @interface I2 (Cat2) @end category14 @interface I2 (Cat2) @end category16 @interface I3 (Cat2) @end category18 @implementation I1(Cat2) @end category20 @implementation I3(Cat2) @end category
28 @interface MyClass (Cat2) // no error. category31 @implementation MyClass (Cat2) // expected-error {{unavailable}} category
131 @interface PC1<T : id, U : NSObject *> (Cat2) <NSObject> category174 @implementation PC1<T : id> (Cat2) // expected-error{{@implementation cannot have type parameters}} category350 @interface Variance1<__covariant T, __contravariant U> (Cat2) // okay, matches category
18 @interface I (Cat2) <P1> category
36 @interface I(Cat2) category
29 …U : id> (Cat2) // expected-error{{type bound 'id' for type parameter 'U' conflicts with previous b… category
15 @interface I1 (Cat2) category
17 @interface I1 (Cat2) category