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