/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…
|
D | unused-backing-ivar-warning.m | 113 - (long)Meth; method 120 - (long)Meth { return p; } method 121 - (long) p { [self Meth]; return 0; } 124 - (long) r { [self Meth]; return p; } // expected-warning {{ivar 'r' which backs the property is no… 147 return [o Meth];
|
D | objc-buffered-methods.m | 8 - (void) Meth; method 20 - (void) Meth { [self Forw]; } // No warning now method in Class
|
D | ns_returns_retained_block_return.m | 14 - (BT) Meth __attribute__((ns_returns_retained)); 20 - (BT) Meth {return ^{}; } method in ns_returns_retained
|
D | warn-forward-class-attr-deprecated.m | 11 - (id) Meth : (ABGroupImportFilesScope*) scope; 17 - (id) Meth : (ABGroupImportFilesScope*) scope
|
/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
|
D | objc2-weak-compare.m | 11 - Meth; method 16 - Meth { method
|
D | mrr-autorelease.m | 10 - (id) Meth; method 14 - (id) Meth { method
|
D | protocol-in-extended-class.m | 15 -(void) Meth; method 22 -(void) Meth { 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
|
D | void_to_obj.mm | 18 - (I*) Meth; method 23 - (I*) Meth { return static_cast<I*>(delegate); } method
|
/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; }
|
D | rewrite-property-set-cfstring.mm | 12 - (void) Meth ; method 17 - (void) Meth { method
|
D | rewrite-modern-atautoreleasepool.mm | 14 - (id) Meth; 19 - (id) Meth { method
|
D | rewrite-forward-class.m | 15 - (XX*) Meth; method 20 - (XX*) Meth { return 0; } method
|
D | rewrite-modern-nested-ivar.mm | 24 - (void) Meth; method 28 - (void) Meth { method
|
/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/clang/test/ARCMT/ |
D | check-with-pch.m | 9 -(void)Meth; method 13 -(void)Meth { method
|