Home
last modified time | relevance | path

Searched refs:Meth (Results 1 – 25 of 82) sorted by relevance

1234

/external/clang/test/SemaObjC/
Dincomplete-implementation.m4 - 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
Dprotocol-id-test-1.m4 - (void) Meth; method
15 - (void)IMeth {INTF<P> *pi; [pi Meth]; } // expected-warning {{instance method '-Meth' not found (…
Dsynthesized-ivar.m10 - (int) Meth { method
33 - (int) Meth { method
46 - (int) Meth { method
Dselector-3.m48 - (id) Meth { method
65 - (void) Meth; method
71 - (void) Meth { method
147 - (void) Meth { method
Dcomptypes-10.m38 + (struct S*)Meth : (struct S*)arg;
49 - (struct S *)Meth : (struct S*)a {
50 return [NSObject Meth : a];
Dobjc-qualified-property-lookup.m14 - (id) Meth; method
18 - (id) Meth { method
Dprotocol-id-test-2.m11 - (void)IMeth { [(id<P>)self Meth]; } // expected-warning {{instance method '-Meth' not found (ret…
Dunused-backing-ivar-warning.m113 - (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];
Dobjc-buffered-methods.m8 - (void) Meth; method
20 - (void) Meth { [self Forw]; } // No warning now method in Class
Dns_returns_retained_block_return.m14 - (BT) Meth __attribute__((ns_returns_retained));
20 - (BT) Meth {return ^{}; } method in ns_returns_retained
Dwarn-forward-class-attr-deprecated.m11 - (id) Meth : (ABGroupImportFilesScope*) scope;
17 - (id) Meth : (ABGroupImportFilesScope*) scope
/external/clang/test/CodeGenObjC/
Dsuper-classmethod-category.m4 + (void)Meth; class
8 + (void)Meth; class
12 + (void)Meth { [super Meth]; } class in CAT
Dobjc2-weak-compare.m11 - Meth; method
16 - Meth { method
Dmrr-autorelease.m10 - (id) Meth; method
14 - (id) Meth { method
Dprotocol-in-extended-class.m15 -(void) Meth; method
22 -(void) Meth { method
/external/clang/test/SemaObjCXX/
Dcstyle-block-pointer-cast.mm11 - (blocktype)Meth; method
15 - (blocktype)Meth { method
30 - (id)Meth; method
34 - (id)Meth { method
Dvoid_to_obj.mm18 - (I*) Meth; method
23 - (I*) Meth { return static_cast<I*>(delegate); } method
/external/clang/test/Rewriter/
Did-test-3.m4 - (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; }
Drewrite-property-set-cfstring.mm12 - (void) Meth ; method
17 - (void) Meth { method
Drewrite-modern-atautoreleasepool.mm14 - (id) Meth;
19 - (id) Meth { method
Drewrite-forward-class.m15 - (XX*) Meth; method
20 - (XX*) Meth { return 0; } method
Drewrite-modern-nested-ivar.mm24 - (void) Meth; method
28 - (void) Meth { method
/external/clang/test/CodeGenObjCXX/
Dselector-expr-lvalue.mm9 - (void)Meth; method
14 // CHECK-LABEL: define internal void @"\01-[NSObject Meth]"(
15 - (void)Meth { method
Dmethod-local-extern-mangle.mm6 - (int) Meth; method
10 - (int) Meth { method
/external/clang/test/ARCMT/
Dcheck-with-pch.m9 -(void)Meth; method
13 -(void)Meth { method

1234