Home | History | Annotate | Download | only in class.ctor

Lines Matching full:friend

9 class Friend {
10 Friend() = default; ~Friend() = default;
11 friend struct NotDeleted6c;
12 friend struct NotDeleted7i;
13 friend struct NotDeleted7j;
14 friend struct NotDeleted7k;
104 struct NotDeleted6c { Friend a; };
126 struct NotDeleted7i : Friend {};
128 struct NotDeleted7j : virtual Friend {};
130 struct NotDeleted7k { Friend a; };