Home
last modified time | relevance | path

Searched refs:private_type (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/test/CXX/class.access/class.friend/
H A Dp1.cpp344 typedef int private_type; // expected-note 2 {{implicitly declared private here}} typedef in test11::B
349 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()