Home | History | Annotate | Download | only in SemaObjC

Lines Matching full:receiver

195 - (Test8_complete*) init50; // expected-error {{init methods must return a type related to the receiver type}}
196 - (Test8_complete*) init51; // expected-error {{init methods must return a type related to the receiver type}}
197 - (Test8_complete*) init52; // expected-error {{init methods must return a type related to the receiver type}}
198 - (Test8_complete*) init53; // expected-error {{init methods must return a type related to the receiver type}}
199 - (Test8_complete*) init54; // expected-error {{init methods must return a type related to the receiver type}}
200 - (Test8_complete*) init55; // expected-error {{init methods must return a type related to the receiver type}}
220 - (Test8_incomplete*) init02 { return 0; } // expected-error {{init methods must return a type related to the receiver type}} \
222 - (Test8_incomplete*) init12 { return 0; } // expected-error {{init methods must return a type related to the receiver type}}
223 - (Test8_incomplete*) init22 { return 0; } // expected-error {{init methods must return a type related to the receiver type}}
224 - (Test8_incomplete*) init32 { return 0; } // expected-error {{init methods must return a type related to the receiver type}} \
226 - (Test8_incomplete*) init42 { return 0; } // expected-error {{init methods must return a type related to the receiver type}} \
228 - (Test8_incomplete*) init52 { return 0; } // expected-error {{init methods must return a type related to the receiver type}}
244 - (Test8_complete*) init05 { return 0; } // expected-error {{init methods must return a type related to the receiver type}} \
246 - (Test8_complete*) init15 { return 0; } // expected-error {{init methods must return a type related to the receiver type}}
247 - (Test8_complete*) init25 { return 0; } // expected-error {{init methods must return a type related to the receiver type}}
248 - (Test8_complete*) init35 { return 0; } // expected-error {{init methods must return a type related to the receiver type}} \
250 - (Test8_complete*) init45 { return 0; } // expected-error {{init methods must return a type related to the receiver type}} \
252 - (Test8_complete*) init55 { return 0; } // expected-error {{init methods must return a type related to the receiver type}}
257 - (Test9_incomplete*) init1; // expected-error {{init methods must return a type related to the receiver type}}
407 [v0 test17]; // expected-error {{receiver type 'Test17' for instance message is a forward declaration}}
410 [v1 test17]; // expected-error {{receiver type 'Test17<Test17p>' for instance message is a forward declaration}}
412 [Test17 test17]; // expected-error {{receiver 'Test17' for class message is a forward declaration}}