/llvm-project/clang/test/SemaObjC/ |
H A D | dealloc.m | 32 @interface Subclass (CAT) category 36 @implementation Subclass (CAT) category 45 @interface NSError(CAT) category 48 @implementation NSError(CAT) category
|
H A D | property-category-4.m | 9 @interface IDELogNavigator (CAT) category 80 @interface I(CAT) category 84 @implementation I(CAT) category 90 @interface C (CAT) category 116 @interface MyObject (CAT) <MyProtocol> category 119 @implementation MyObject (CAT) // expected-warning {{property 'anotherFloat' requires method 'anoth… category
|
H A D | property-category-2.m | 13 @interface MyObject (CAT) <MyProtocol> category 16 @implementation MyObject (CAT) // expected-warning {{property 'anotherFloat' requires method}} \ category
|
H A D | deprecate_function_containers.m | 14 @interface I(CAT) category 22 @implementation I(CAT) category
|
H A D | interface-tu-variable.m | 12 @interface XX(CAT) category
|
H A D | ivar-in-class-extension-error.m | 11 @interface A(CAT) { category
|
H A D | property.m | 13 @interface I(CAT) category 25 @implementation I(CAT) category
|
H A D | writable-property-in-superclass.m | 8 @interface MessageStore (CAT) category
|
H A D | incomplete-implementation.m | 12 @implementation I(CAT) category 30 @implementation I2(CAT) category
|
H A D | missing-atend-metadata.m | 22 @implementation I2(CAT) // expected-error 2 {{missing '@end'}} expected-note {{implementation star… category
|
H A D | method-typecheck-1.m | 27 @interface A(CAT) category 32 @implementation A(CAT) category
|
H A 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
|
H A D | unused.m | 66 @interface TestTransitiveUnused(CAT) category 69 @implementation TestTransitiveUnused(CAT) category
|
H A D | warn-deprecated-implementations.m | 25 @interface A(CAT) category 29 @implementation A(CAT) category
|
H A D | property-user-setter.m | 47 @interface I1(CAT) category 52 @implementation I1(CAT) category
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | EvaluationResult.cpp |
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | super-classmethod-category.m | 11 @implementation CURRENT(CAT) category
|
/llvm-project/clang/test/Index/ |
H A D | overriding-method-comments.mm | 27 @interface Sub (CAT) category 33 @implementation Sub(CAT) category
|
/llvm-project/clang/test/PCH/ |
H A D | selector-warning.m | 16 @implementation Bar(CAT) category
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_read_from_str_templ.c | 11 #define CAT(A,B) xCAT(A,B) macro
|
H A D | isl_stream_read_with_params_templ.c | 10 #define CAT(A,B) xCAT(A,B) macro
|
H A D | print_yaml_field_templ.c | 2 #define CAT(A,B) xCAT(A,B) macro
|
H A D | isl_list_macro.h | 2 #define CAT(A,B) xCAT(A,B) macro
|
H A D | check_reparse_test_templ.c | 2 #define CAT(A,B) xCAT(A,B) macro
|
H A D | isl_pw_macro.h | 2 #define CAT(A,B) xCAT(A,B) macro
|