/llvm-project/clang/test/PCH/ |
H A D | method-redecls.m | 7 -(void)meth; method 8 -(void)meth; method 9 -(void)meth; method 15 -(void)meth { } method
|
H A D | chain-categories.m | 34 +(void)meth; class 52 +(void)meth {} class
|
H A D | pending-ids.m | 20 + (BOOL)meth; class
|
H A D | chain-class-extension.m | 15 +(void)meth; class
|
/llvm-project/clang/test/SemaObjC/ |
H A D | method-undefined-warn-1.m | 4 - (void) meth; method 14 - (void) meth {} method 20 - (void) meth; method 30 - (void) meth {} method 36 - (void) meth; method 42 - (void) meth {} method
|
H A D | check-dup-decl-methods-1.m | 4 - (int) meth; method 11 - (int) meth; // expected-note {{previous declaration is here}} method 12 - (int*) meth; // expected-error {{duplicate declaration of method 'meth'}} method 35 - (int) meth; // expected-note {{previous declaration is here}} method 36 - (int*) meth; // expected-error {{duplicate declaration of method 'meth'}} method
|
H A D | class-unavail-warning.m | 13 - (MyClass *)meth; // no error. method 20 - (MyClass *)meth; // expected-error {{unavailable}} method 24 - (MyClass *)meth; // no error. method in Cat1 104 -meth; method 108 -meth { method
|
H A D | method-def-1.m | 4 - (int)meth; method 8 - (int) meth { return [self meth]; } method
|
H A D | undefined-protocol-type-1.m | 7 - (T<p2, p3, p1, p4>*) meth; // expected-error {{cannot find protocol declaration for 'p3'}} method
|
H A D | warn-category-method-deprecated.m | 4 - (void)meth; method
|
H A D | missing-atend-metadata.m | 7 - meth { return 0; } method
|
H A D | attr-deprecated.m | 92 - (DEPRECATED *) meth; // no warning. method 101 - (id)meth; method in Category2 108 - (id)meth { method in Category2 161 -(DeprI*)meth; // expected-warning {{'DeprI' is deprecated: blah}} method 165 -(DeprI*)meth { // expected-warning {{'DeprI' is deprecated: blah}} method
|
H A D | circular-container.m | 153 - (void)meth { method 164 - (void)meth { method 175 - (void)meth { method
|
H A D | message.m | 9 - (void)meth; method 14 - (void) meth { [self contents]; } method
|
/llvm-project/clang/test/Index/ |
H A D | overrides.m | 43 -(void)meth; method in cat 50 -(void)meth { } method 61 -(void)meth; method 72 -(void)meth; method in readwrite 88 -(void)meth; method 92 -(void)meth; method in cat 96 -(void)meth{} method
|
H A D | pch-with-errors.m | 5 -(void)meth; method in cat 9 -(void)meth; method
|
H A D | cursor-dynamic-call.mm | 3 virtual void meth(); field 14 -(void)meth; method
|
H A D | unmatched-braces.m | 2 -(void)meth { method
|
H A D | index-decls.m | 23 -(void)meth { method 52 -(void)meth; method
|
H A D | rdar12316296-codecompletion.m | 18 -(void)meth { method
|
H A D | index-suppress-refs.m | 12 -(I*)meth; method in cat
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | objc-alloc-init.m | 26 +(void)meth; class 34 +(void)meth { class 59 -(void)meth { method
|
H A D | constant-non-fragile-ivar-offset.m | 26 -(void)meth { method 136 -(void)meth { method
|
H A D | gnustep2-class.m | 19 - (id)meth { return ivar2; } method
|
/llvm-project/clang/test/Index/Core/ |
H A D | external-source-symbol-attr.m | 66 -(void)meth; method 79 -(void)meth; method
|