/external/clang/test/SemaObjC/ |
D | dealloc.m | 34 @interface Subclass (CAT) category 38 @implementation Subclass (CAT) category 48 @interface NSError(CAT) category 51 @implementation NSError(CAT) category
|
D | property-category-4.m | 9 @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
|
D | property-category-2.m | 13 @interface MyObject (CAT) <MyProtocol> category 16 @implementation MyObject (CAT) // expected-warning {{property 'anotherFloat' requires method}} \ category
|
D | deprecate_function_containers.m | 15 @interface I(CAT) category 23 @implementation I(CAT) category
|
D | incomplete-implementation.m | 12 @implementation I(CAT) category 24 @implementation I2(CAT) category
|
D | ivar-in-class-extension-error.m | 12 @interface A(CAT) { category
|
D | interface-tu-variable.m | 12 @interface XX(CAT) category
|
D | property.m | 13 @interface I(CAT) category 25 @implementation I(CAT) category
|
D | writable-property-in-superclass.m | 8 @interface MessageStore (CAT) category
|
D | warn-deprecated-implementations.m | 23 @interface A(CAT) category 27 @implementation A(CAT) category
|
D | missing-atend-metadata.m | 22 @implementation I2(CAT) // expected-error 2 {{missing '@end'}} expected-note {{implementation star… category
|
D | method-typecheck-1.m | 27 @interface A(CAT) category 32 @implementation A(CAT) category
|
D | method-undef-category-warn-1.m | 11 @interface MyClass1(CAT) <P> category 15 @implementation MyClass1(CAT) // expected-warning {{method 'Pmeth' in protocol 'P' not implemented}… category
|
D | unused.m | 68 @interface TestTransitiveUnused(CAT) category 71 @implementation TestTransitiveUnused(CAT) category
|
D | property-user-setter.m | 47 @interface I1(CAT) category 52 @implementation I1(CAT) category
|
D | comptypes-10.m | 37 @interface NSObject (CAT) category
|
D | synth-provisional-ivars.m | 42 @implementation I(CAT) category
|
D | protocol-implementing-class-methods.m | 39 @implementation I(CAT) category
|
D | super-dealloc-attribute.m | 59 @interface Bar(CAT) category 64 @implementation Bar(CAT) category
|
/external/clang/test/CodeGenObjC/ |
D | super-classmethod-category.m | 11 @implementation CURRENT(CAT) category
|
/external/clang/test/Index/ |
D | overriding-method-comments.mm | 27 @interface Sub (CAT) category 33 @implementation Sub(CAT) category
|
/external/clang/test/PCH/ |
D | selector-warning.m | 16 @implementation Bar(CAT) category
|
/external/clang/test/Misc/ |
D | ast-print-objectivec.m | 13 @interface I(CAT) category
|
/external/eigen/bench/btl/libs/BLAS/ |
D | blas_interface.hh | 51 #define CAT(A,B) CAT2(A,B) macro
|
/external/brotli/enc/ |
D | backward_references.c | 49 #define CAT(a, b) a ## b macro
|