Lines Matching refs:implementation
12 @implementation Test1
13 - (void) test1:(B*) object {} // expected-warning {{conflicting parameter types in implementation o…
22 @implementation Test2
23 - (void) test1:(A*) object {} // expected-warning {{conflicting parameter types in implementation o…
32 @implementation Test3
34 - (A*) test2 { return 0; } // expected-warning {{conflicting return type in implementation of 'test…
42 @implementation Test4
62 @implementation CKIMMessage
63 - (int32_t)sequenceNumber { // expected-warning {{conflicting return type in implementation of 'seq…
70 // is seen by the method implementation type matching logic before
88 @implementation UsesProtocolWithValue
104 @implementation UsesInterveningProtocol