Home
last modified time | relevance | path

Searched defs:CAT (Results 1 – 25 of 134) sorted by relevance

123456

/external/clang/test/SemaObjC/
Ddealloc.m34 @interface Subclass (CAT) category
38 @implementation Subclass (CAT) category
48 @interface NSError(CAT) category
51 @implementation NSError(CAT) category
Dproperty-category-4.m9 @interface IDELogNavigator (CAT) category
82 @interface I(CAT) category
86 @implementation I(CAT) category
92 @interface C (CAT) category
118 @interface MyObject (CAT) <MyProtocol> category
121 @implementation MyObject (CAT) // expected-warning {{property 'anotherFloat' requires method 'anoth… category
Dproperty-category-2.m13 @interface MyObject (CAT) <MyProtocol> category
16 @implementation MyObject (CAT) // expected-warning {{property 'anotherFloat' requires method}} \ category
Ddeprecate_function_containers.m15 @interface I(CAT) category
23 @implementation I(CAT) category
Dincomplete-implementation.m12 @implementation I(CAT) category
24 @implementation I2(CAT) category
Dproperty.m13 @interface I(CAT) category
25 @implementation I(CAT) category
Dwarn-deprecated-implementations.m23 @interface A(CAT) category
27 @implementation A(CAT) category
Dmethod-typecheck-1.m27 @interface A(CAT) category
32 @implementation A(CAT) category
Dmethod-undef-category-warn-1.m11 @interface MyClass1(CAT) <P> category
15 @implementation MyClass1(CAT) // expected-warning {{method 'Pmeth' in protocol 'P' not implemented}… category
Dunused.m68 @interface TestTransitiveUnused(CAT) category
71 @implementation TestTransitiveUnused(CAT) category
Divar-in-class-extension-error.m12 @interface A(CAT) { category
/external/llvm-project/clang/test/SemaObjC/
Ddealloc.m34 @interface Subclass (CAT) category
38 @implementation Subclass (CAT) category
48 @interface NSError(CAT) category
51 @implementation NSError(CAT) category
Dproperty-category-4.m9 @interface IDELogNavigator (CAT) category
82 @interface I(CAT) category
86 @implementation I(CAT) category
92 @interface C (CAT) category
118 @interface MyObject (CAT) <MyProtocol> category
121 @implementation MyObject (CAT) // expected-warning {{property 'anotherFloat' requires method 'anoth… category
Dproperty-category-2.m13 @interface MyObject (CAT) <MyProtocol> category
16 @implementation MyObject (CAT) // expected-warning {{property 'anotherFloat' requires method}} \ category
Ddeprecate_function_containers.m15 @interface I(CAT) category
23 @implementation I(CAT) category
Dproperty.m13 @interface I(CAT) category
25 @implementation I(CAT) category
Dincomplete-implementation.m12 @implementation I(CAT) category
31 @implementation I2(CAT) category
Dmethod-typecheck-1.m27 @interface A(CAT) category
32 @implementation A(CAT) category
Dmethod-undef-category-warn-1.m11 @interface MyClass1(CAT) <P> category
15 @implementation MyClass1(CAT) // expected-warning {{method 'Pmeth' in protocol 'P' not implemented}… category
Dunused.m68 @interface TestTransitiveUnused(CAT) category
71 @implementation TestTransitiveUnused(CAT) category
Dwarn-deprecated-implementations.m27 @interface A(CAT) category
31 @implementation A(CAT) category
Dinterface-tu-variable.m12 @interface XX(CAT) category
/external/llvm-project/clang/test/Index/
Doverriding-method-comments.mm27 @interface Sub (CAT) category
33 @implementation Sub(CAT) category
/external/clang/test/Index/
Doverriding-method-comments.mm27 @interface Sub (CAT) category
33 @implementation Sub(CAT) category
/external/llvm-project/clang/test/CodeGenObjC/
Dsuper-classmethod-category.m11 @implementation CURRENT(CAT) category

123456