Home
last modified time | relevance | path

Searched defs:Meth (Results 1 – 25 of 67) sorted by relevance

123

/llvm-project/clang/test/SemaObjCXX/
H A Dcstyle-block-pointer-cast.mm10 - (blocktype)Meth; method
14 - (blocktype)Meth { method
29 - (id)Meth; method
33 - (id)Meth { method
H A Dvoid_to_obj.mm16 - (I*) Meth; method
21 - (I*) Meth { return static_cast<I*>(delegate); } method
/llvm-project/clang/test/CodeGenObjC/
H A Dsuper-classmethod-category.m4 + (void)Meth; class
8 + (void)Meth; class
12 + (void)Meth { [super Meth]; } class in CAT
H A Dmrr-autorelease.m8 - (id) Meth; method
12 - (id) Meth { method
H A Dobjc2-weak-compare.m11 - Meth; method
16 - Meth { method
H A Dprotocol-in-extended-class.m15 -(void) Meth; method
22 -(void) Meth { method
H A Dautorelease.m8 - (id) Meth; method
13 - (id) Meth { method
/llvm-project/clang/test/CodeGenObjCXX/
H A Dmethod-local-extern-mangle.mm6 - (int) Meth; method
10 - (int) Meth { method
H A Dselector-expr-lvalue.mm9 - (void)Meth; method
15 - (void)Meth { method
/llvm-project/clang/test/Rewriter/
H A Drewrite-modern-atautoreleasepool.mm14 + (id) MyAlloc;;
18 - (id) Meth { method
H A Drewrite-property-set-cfstring.mm11 - (void) Meth ; method
16 - (void) Meth { method
H A Drewrite-nested-ivar.mm24 - (void) Meth; method
28 - (void) Meth { method
H A Drewrite-modern-nested-ivar.mm24 - (void) Meth; method
28 - (void) Meth { method
H A Drewrite-forward-class.m14 - (XX*) Meth; method
19 - (XX*) Meth { return 0; } method
H A Drewrite-byref-vars.mm38 - (void) Meth; method
52 - (void) Meth { __attribute__((__blocks__(byref))) void ** listp = (void **)list; } method
H A Drewrite-forward-class.mm15 - (XX*) Meth; method
20 - (XX*) Meth { return 0; } method
/llvm-project/clang/test/ARCMT/
H A Dcheck-with-pch.m8 -(void)Meth; method
12 -(void)Meth { method
/llvm-project/clang/test/SemaObjC/
H A Dsynthesized-ivar.m10 - (int) Meth { method
30 - (int) Meth { method
43 - (int) Meth { method
H A Dobjc-qualified-property-lookup.m13 - (id) Meth; method
17 - (id) Meth { method
H A Dincomplete-implementation.m4 - 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 Dobjc-buffered-methods.m7 - (void) Meth; method
19 - (void) Meth { [self Forw]; } // No warning now method in void
H A Darc-unsafe-assigns.m13 -(void)Meth; method
22 -(void)Meth { method
H A Dno-ivar-access-control.m50 - (int) Meth { method
63 - (int) Meth { method
/llvm-project/clang/test/FixIt/
H A Dfixit-missing-method-return-type.m13 - Meth; method
20 -Meth { return 0;} method
/llvm-project/clang/test/Parser/
H A Dmissing-selector-name.mm34 - (void)Meth {} // expected-error {{expected ';' after method prototype}} method
40 - (void)Meth {} // expected-error {{expected selector for Objective-C method}} \ method

123