/llvm-project/clang/test/SemaObjCXX/ |
H A D | instantiate-expr.mm | 10 typedef struct objc_object { struct 11 Class isa; 12 } *id; 16 A *get_an_A(unsigned); 17 id get_an_id(unsigned); 20 void f(U value, V value2) { 27 template void f<6, Class>(int, int); // expected-note{{in instantiation of}} 28 template void f<7, Class>(int*, int); // expected-note{{in instantiation of}} 29 template void f<8, Class>(int, double*); // expected-note{{in instantiation of}} 30 template void f<9, int>(int, int); // expected-note{{in instantiation of}} [all …]
|
/llvm-project/clang/test/Rewriter/ |
H A D | rewrite-modern-synchronized.m | 4 typedef struct objc_object { struct 5 Class isa; 6 } *id; 8 void *sel_registerName(const char *); 10 id SYNCH_EXPR(void); 11 void SYNCH_BODY(void); 12 void SYNCH_BEFORE(void); 13 void SYNC_AFTER(void); 15 void foo(id sem) 29 void test_sync_with_implicit_finally(void) { [all …]
|
H A D | rewrite-modern-try-catch-finally.m | 5 typedef struct objc_object { struct 6 Class isa; 7 } *id; 9 extern int printf(const char *, ...); 11 int main(void) { 33 void test2_try_with_implicit_finally(void) { 41 void FINALLY(void); 42 void TRY(void); 43 void CATCH(void); 45 @interface NSException
|
H A D | rewrite-modern-try-finally.m | 5 typedef struct objc_object { struct 6 Class isa; 7 } *id; 9 void FINALLY(void); 10 void TRY(void); 11 void INNER_FINALLY(void); 12 void INNER_TRY(void); 13 void CHECK(void); 15 @interface Foo
|
H A D | rewrite-modern-throw.m | 5 typedef struct objc_object { struct 6 Class isa; 7 } *id; 9 void *sel_registerName(const char *); 11 @interface Foo @end
|
H A D | objc-super-test.m | 4 typedef struct objc_object *id; struct
|
/llvm-project/clang/test/SemaObjC/ |
H A D | opaque-is-access-warn.m | 7 typedef struct objc_object { struct 8 struct objc_class *isa; 9 } *id; 11 @interface NSObject {
|
H A D | opaque-is-access.m | 4 typedef struct objc_object { struct 5 struct objc_class *isa; 6 } *id; 8 @interface NSObject {
|
H A D | protocol-qualified-class-unsupported.m | 7 typedef struct objc_object { struct 8 Class isa; 9 } *id; 10 id objc_getClass(const char *s); 12 @interface Object
|
H A D | self-in-function.m | 6 typedef struct objc_object { struct 7 Class isa; 8 } *id; 10 @interface NSObject
|
H A D | interface-layout.m | 3 typedef struct objc_object {} *id; argument 4 typedef signed char BOOL; 5 typedef unsigned int NSUInteger;
|
H A D | property-lookup-in-id.m | 5 typedef struct objc_object { struct 6 Class isa; 7 } *id;
|
H A D | deprecated-objc-introspection.m | 9 typedef struct objc_object { struct 10 struct objc_class *isa; 11 } *id; 13 @interface NSObject {
|
H A D | message.m | 3 typedef struct objc_object { struct 4 Class isa; 5 } *id; 8 @interface foo
|
/llvm-project/clang/test/Modules/Inputs/ |
H A D | weird_objc.h | 1 typedef struct objc_object { void *super; int wibble; } *id; argument
|
/llvm-project/clang/test/Parser/ |
H A D | objc-forcollection-neg.m | 5 typedef struct objc_object { struct 6 Class isa; 7 } *id; 10 @interface MyList
|
H A D | objc-forcollection-1.m | 4 typedef struct objc_object { struct 5 Class isa; 6 } *id; 9 @protocol P @end
|
/llvm-project/clang/test/Analysis/ |
H A D | shallow-mode.m | 8 typedef struct objc_object { struct 9 Class isa; 10 } *id; 11 @protocol NSObject - (BOOL)isEqual:(id)object; @end
|
/llvm-project/clang/test/Analysis/inlining/ |
H A D | test_objc_inlining_option.m | 6 typedef struct objc_object { struct 7 Class isa; 8 } *id; 9 @protocol NSObject - (BOOL)isEqual:(id)object; @end
|
H A D | InlineObjCInstanceMethod.h | 8 typedef struct objc_object { struct 9 Class isa;
|
H A D | retain-count-self-init.m | 5 typedef struct objc_object { struct 6 Class isa; 7 } *id; 8 @protocol NSObject - (BOOL)isEqual:(id)object; @end
|
H A D | inline-defensive-checks.m | 5 typedef struct objc_object { struct 6 Class isa; 7 } *id; 8 @protocol NSObject - (BOOL)isEqual:(id)object; @end
|
H A D | RetainCountExamples.m | 5 typedef struct objc_object { struct 6 Class isa; 7 } *id; 8 @protocol NSObject - (BOOL)isEqual:(id)object; @end
|
/llvm-project/clang/test/Sema/ |
H A D | builtin_objc_msgSend.c | 5 typedef struct objc_object { struct 6 Class isa;
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | id-isa-codegen.m | 6 typedef struct objc_object { struct 7 Class isa; 8 } *id; 10 @interface I interface
|