Lines Matching refs:broken
15 - (void)myMethod1:(NSObject *)object; // broken-note {{previous definition is here}}
21 - (void)myMethod1:(NSArray *)object { // broken-warning {{conflicting parameter types in implementa…
30 - (void)myMethod:(id <MyProtocol>)object; // broken-note {{previous definition is here}}
31 - (void)myMethod1:(id <MyProtocol>)object; // broken-note {{previous definition is here}}
35 - (void)myMethod:(MyClass *)object { // broken-warning {{conflicting parameter types in implementat…
37 - (void)myMethod1:(MyClass<MyProtocol> *)object { // broken-warning {{conflicting parameter types i…
47 - (void) test1:(A*) object; // broken-note {{previous definition is here}}
52 - (void) test1:(B*) object {} // broken-warning {{conflicting parameter types in implementation of …
58 - (void) test1:(id) object; // broken-note {{previous definition is here}}
62 - (void) test1:(A*) object {} // broken-warning {{conflicting parameter types in implementation of …
68 - (B*) test2; // broken-note {{previous definition is here}}
73 - (A*) test2 { return 0; } // broken-warning {{conflicting return type in implementation of 'test2'…