/external/clang/test/SemaObjC/ |
D | incomplete-implementation.m | 4 - Meth; // expected-note 2 {{method 'Meth' declared here}} method 9 @implementation I // expected-warning {{method definition for 'Meth' not found}} 13 - Meth {return 0;} // expected-warning {{category is implementing a method which will also be imple… method in CAT 18 - Meth; // expected-note{{method 'Meth' declared here}} method 25 - Meth {return 0;} // expected-warning {{category is implementing a method which will also be imple… method in CAT
|
D | protocol-id-test-1.m | 4 - (void) Meth; method 15 - (void)IMeth {INTF<P> *pi; [pi Meth]; } // expected-warning {{instance method '-Meth' not found (…
|
D | synthesized-ivar.m | 10 - (int) Meth { method 33 - (int) Meth { method 46 - (int) Meth { method
|
D | selector-3.m | 48 - (id) Meth { method 65 - (void) Meth; method 71 - (void) Meth { method 147 - (void) Meth { method
|
D | comptypes-10.m | 38 + (struct S*)Meth : (struct S*)arg; 49 - (struct S *)Meth : (struct S*)a { 50 return [NSObject Meth : a];
|
D | objc-qualified-property-lookup.m | 14 - (id) Meth; method 18 - (id) Meth { method
|
D | protocol-id-test-2.m | 11 - (void)IMeth { [(id<P>)self Meth]; } // expected-warning {{instance method '-Meth' not found (ret…
|
/external/llvm-project/clang/test/SemaObjC/ |
D | incomplete-implementation.m | 4 - Meth; // expected-note 2 {{method 'Meth' declared here}} method 9 @implementation I // expected-warning {{method definition for 'Meth' not found}} 13 - Meth {return 0;} // expected-warning {{category is implementing a method which will also be imple… method in CAT 25 - Meth; // expected-note{{method 'Meth' declared here}} method 32 - Meth {return 0;} // expected-warning {{category is implementing a method which will also be imple… method in CAT
|
D | protocol-id-test-1.m | 4 - (void) Meth; method 15 - (void)IMeth {INTF<P> *pi; [pi Meth]; } // expected-warning {{instance method '-Meth' not found (…
|
D | synthesized-ivar.m | 10 - (int) Meth { method 33 - (int) Meth { method 46 - (int) Meth { method
|
D | selector-3.m | 48 - (id) Meth { method 65 - (void) Meth; method 71 - (void) Meth { method 147 - (void) Meth { method
|
D | comptypes-10.m | 38 + (struct S*)Meth : (struct S*)arg; 49 - (struct S *)Meth : (struct S*)a { 50 return [NSObject Meth : a];
|
D | objc-qualified-property-lookup.m | 14 - (id) Meth; method 18 - (id) Meth { method
|
D | protocol-id-test-2.m | 11 - (void)IMeth { [(id<P>)self Meth]; } // expected-warning {{instance method '-Meth' not found (ret…
|
/external/clang/test/CodeGenObjC/ |
D | super-classmethod-category.m | 4 + (void)Meth; class 8 + (void)Meth; class 12 + (void)Meth { [super Meth]; } class in CAT
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | super-classmethod-category.m | 4 + (void)Meth; class 8 + (void)Meth; class 12 + (void)Meth { [super Meth]; } class in CAT
|
/external/llvm-project/clang/test/SemaObjCXX/ |
D | cstyle-block-pointer-cast.mm | 11 - (blocktype)Meth; method 15 - (blocktype)Meth { method 30 - (id)Meth; method 34 - (id)Meth { method
|
D | void_to_obj.mm | 18 - (I*) Meth; method 23 - (I*) Meth { return static_cast<I*>(delegate); } method
|
/external/clang/test/SemaObjCXX/ |
D | cstyle-block-pointer-cast.mm | 11 - (blocktype)Meth; method 15 - (blocktype)Meth { method 30 - (id)Meth; method 34 - (id)Meth { method
|
/external/llvm-project/clang/test/Rewriter/ |
D | id-test-3.m | 4 - (id<P>) Meth: (id<P>) Arg; 12 - (id<P>)IMeth { return [(id<P>)self Meth: (id<P>)0]; } 13 - (id<P>) Meth : (id<P>) Arg { return 0; }
|
/external/clang/test/Rewriter/ |
D | id-test-3.m | 4 - (id<P>) Meth: (id<P>) Arg; 12 - (id<P>)IMeth { return [(id<P>)self Meth: (id<P>)0]; } 13 - (id<P>) Meth : (id<P>) Arg { return 0; }
|
/external/clang/test/CodeGenObjCXX/ |
D | selector-expr-lvalue.mm | 9 - (void)Meth; method 14 // CHECK-LABEL: define internal void @"\01-[NSObject Meth]"( 15 - (void)Meth { method
|
D | method-local-extern-mangle.mm | 6 - (int) Meth; method 10 - (int) Meth { method
|
/external/llvm-project/clang/test/CodeGenObjCXX/ |
D | selector-expr-lvalue.mm | 9 - (void)Meth; method 14 // CHECK-LABEL: define internal void @"\01-[NSObject Meth]"( 15 - (void)Meth { method
|
D | method-local-extern-mangle.mm | 6 - (int) Meth; method 10 - (int) Meth { method
|