Lines Matching refs:implementation
18 @implementation MyClass
21 …SArray *)object { // broken-warning {{conflicting parameter types in implementation of 'myMethod1:…
34 @implementation MyOtherClass
35 …yClass *)object { // broken-warning {{conflicting parameter types in implementation of 'myMethod:'…
37 …tocol> *)object { // broken-warning {{conflicting parameter types in implementation of 'myMethod1:…
51 @implementation Test1
52 - (void) test1:(B*) object {} // broken-warning {{conflicting parameter types in implementation of …
61 @implementation Test2
62 - (void) test1:(A*) object {} // broken-warning {{conflicting parameter types in implementation of …
71 @implementation Test3
73 - (A*) test2 { return 0; } // broken-warning {{conflicting return type in implementation of 'test2'…
81 @implementation Test4