Searched refs:private_type (Results 1 – 1 of 1) sorted by relevance
344 typedef int private_type; // expected-note 2 {{implicitly declared private here}} typedef in test11::B349 void A::test0(B::private_type x) {} in test0()350 void A::test1(int x = B::private_type()) {} in test1()351 …void A::test2(B::private_type x) {} // expected-error {{'private_type' is a private member of 'tes… in test2()352 …void A::test3(int x = B::private_type()) {} // expected-error {{'private_type' is a private member… in test3()