Lines Matching full:test17
382 @class Test17; // expected-note 2{{forward declaration of class here}}
384 - (void) test17;
385 + (void) test17;
387 void test17(void) {
388 Test17 *v0;
389 [v0 test17]; // expected-error {{receiver type 'Test17' for instance message is a forward declaration}}
391 Test17<Test17p> *v1;
392 [v1 test17]; // expected-error {{receiver type 'Test17<Test17p>' for instance message is a forward declaration}}
394 [Test17 test17]; // expected-error {{receiver 'Test17' for class message is a forward declaration}}