Home
last modified time | relevance | path

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

1234567

/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…
/external/llvm-project/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
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
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…
/external/clang/test/CodeGenObjC/
Dsuper-classmethod-category.m4 + (void)Meth; class
8 + (void)Meth; class
12 + (void)Meth { [super Meth]; } class in CAT
/external/llvm-project/clang/test/CodeGenObjC/
Dsuper-classmethod-category.m4 + (void)Meth; class
8 + (void)Meth; class
12 + (void)Meth { [super Meth]; } class in CAT
/external/llvm-project/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/SemaObjCXX/
Dcstyle-block-pointer-cast.mm11 - (blocktype)Meth; method
15 - (blocktype)Meth { method
30 - (id)Meth; method
34 - (id)Meth { method
/external/llvm-project/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; }
/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; }
/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/llvm-project/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

1234567