Home
last modified time | relevance | path

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

1234

/llvm-project/clang/test/SemaObjC/
H A Ddealloc.m32 @interface Subclass (CAT) category
36 @implementation Subclass (CAT) category
45 @interface NSError(CAT) category
48 @implementation NSError(CAT) category
H A Dproperty-category-4.m9 @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 Dproperty-category-2.m13 @interface MyObject (CAT) <MyProtocol> category
16 @implementation MyObject (CAT) // expected-warning {{property 'anotherFloat' requires method}} \ category
H A Ddeprecate_function_containers.m14 @interface I(CAT) category
22 @implementation I(CAT) category
H A Dinterface-tu-variable.m12 @interface XX(CAT) category
H A Divar-in-class-extension-error.m11 @interface A(CAT) { category
H A Dproperty.m13 @interface I(CAT) category
25 @implementation I(CAT) category
H A Dwritable-property-in-superclass.m8 @interface MessageStore (CAT) category
H A Dincomplete-implementation.m12 @implementation I(CAT) category
30 @implementation I2(CAT) category
H A Dmissing-atend-metadata.m22 @implementation I2(CAT) // expected-error 2 {{missing '@end'}} expected-note {{implementation star… category
H A Dmethod-typecheck-1.m27 @interface A(CAT) category
32 @implementation A(CAT) category
H A 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
H A Dunused.m66 @interface TestTransitiveUnused(CAT) category
69 @implementation TestTransitiveUnused(CAT) category
H A Dwarn-deprecated-implementations.m25 @interface A(CAT) category
29 @implementation A(CAT) category
H A Dproperty-user-setter.m47 @interface I1(CAT) category
52 @implementation I1(CAT) category
/llvm-project/clang/lib/AST/Interp/
H A DEvaluationResult.cpp
/llvm-project/clang/test/CodeGenObjC/
H A Dsuper-classmethod-category.m11 @implementation CURRENT(CAT) category
/llvm-project/clang/test/Index/
H A Doverriding-method-comments.mm27 @interface Sub (CAT) category
33 @implementation Sub(CAT) category
/llvm-project/clang/test/PCH/
H A Dselector-warning.m16 @implementation Bar(CAT) category
/llvm-project/polly/lib/External/isl/
H A Disl_read_from_str_templ.c11 #define CAT(A,B) xCAT(A,B) macro
H A Disl_stream_read_with_params_templ.c10 #define CAT(A,B) xCAT(A,B) macro
H A Dprint_yaml_field_templ.c2 #define CAT(A,B) xCAT(A,B) macro
H A Disl_list_macro.h2 #define CAT(A,B) xCAT(A,B) macro
H A Dcheck_reparse_test_templ.c2 #define CAT(A,B) xCAT(A,B) macro
H A Disl_pw_macro.h2 #define CAT(A,B) xCAT(A,B) macro

1234