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