/llvm-project/clang/test/SemaObjCXX/ |
H A D | cstyle-block-pointer-cast.mm | 10 - (blocktype)Meth; method 14 - (blocktype)Meth { method 29 - (id)Meth; method 33 - (id)Meth { method
|
H A D | void_to_obj.mm | 16 - (I*) Meth; method 21 - (I*) Meth { return static_cast<I*>(delegate); } method
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | super-classmethod-category.m | 4 + (void)Meth; class 8 + (void)Meth; class 12 + (void)Meth { [super Meth]; } class in CAT
|
H A D | mrr-autorelease.m | 8 - (id) Meth; method 12 - (id) Meth { method
|
H A D | objc2-weak-compare.m | 11 - Meth; method 16 - Meth { method
|
H A D | protocol-in-extended-class.m | 15 -(void) Meth; method 22 -(void) Meth { method
|
H A D | autorelease.m | 8 - (id) Meth; method 13 - (id) Meth { method
|
/llvm-project/clang/test/CodeGenObjCXX/ |
H A D | method-local-extern-mangle.mm | 6 - (int) Meth; method 10 - (int) Meth { method
|
H A D | selector-expr-lvalue.mm | 9 - (void)Meth; method 15 - (void)Meth { method
|
/llvm-project/clang/test/Rewriter/ |
H A D | rewrite-modern-atautoreleasepool.mm | 14 + (id) MyAlloc;; 18 - (id) Meth { method
|
H A D | rewrite-property-set-cfstring.mm | 11 - (void) Meth ; method 16 - (void) Meth { method
|
H A D | rewrite-nested-ivar.mm | 24 - (void) Meth; method 28 - (void) Meth { method
|
H A D | rewrite-modern-nested-ivar.mm | 24 - (void) Meth; method 28 - (void) Meth { method
|
H A D | rewrite-forward-class.m | 14 - (XX*) Meth; method 19 - (XX*) Meth { return 0; } method
|
H A D | rewrite-byref-vars.mm | 38 - (void) Meth; method 52 - (void) Meth { __attribute__((__blocks__(byref))) void ** listp = (void **)list; } method
|
H A D | rewrite-forward-class.mm | 15 - (XX*) Meth; method 20 - (XX*) Meth { return 0; } method
|
/llvm-project/clang/test/ARCMT/ |
H A D | check-with-pch.m | 8 -(void)Meth; method 12 -(void)Meth { method
|
/llvm-project/clang/test/SemaObjC/ |
H A D | synthesized-ivar.m | 10 - (int) Meth { method 30 - (int) Meth { method 43 - (int) Meth { method
|
H A D | objc-qualified-property-lookup.m | 13 - (id) Meth; method 17 - (id) Meth { method
|
H A D | incomplete-implementation.m | 4 - Meth; // expected-note 2 {{method 'Meth' declared here}} method 13 - Meth {return 0;} // expected-warning {{category is implementing a method which will also be imple… method in CAT 24 - Meth; // expected-note{{method 'Meth' declared here}} method 31 - Meth {return 0;} // expected-warning {{category is implementing a method which will also be imple… method in CAT
|
H A D | objc-buffered-methods.m | 7 - (void) Meth; method 19 - (void) Meth { [self Forw]; } // No warning now method in void
|
H A D | arc-unsafe-assigns.m | 13 -(void)Meth; method 22 -(void)Meth { method
|
H A D | no-ivar-access-control.m | 50 - (int) Meth { method 63 - (int) Meth { method
|
/llvm-project/clang/test/FixIt/ |
H A D | fixit-missing-method-return-type.m | 13 - Meth; method 20 -Meth { return 0;} method
|
/llvm-project/clang/test/Parser/ |
H A D | missing-selector-name.mm | 34 - (void)Meth {} // expected-error {{expected ';' after method prototype}} method 40 - (void)Meth {} // expected-error {{expected selector for Objective-C method}} \ method
|