Searched refs:make_friend_class (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/gcc/cp/
H A Dfriend.c202 make_friend_class (tree type, tree friend_type, bool complain) function
H A Dcp-tree.h4101 extern void make_friend_class (tree, tree, bool);
H A Ddecl.c8794 make_friend_class (current_class_type, TYPE_MAIN_VARIANT (type),
H A Dparser.c14367 make_friend_class (current_class_type, type,
16286 make_friend_class (current_class_type, TREE_TYPE (decl),
H A Dpt.c6059 /* Trick make_friend_class into realizing that the friend
6061 important that we use make_friend_class since it will
6067 make_friend_class (type, friend_type, /*complain=*/false);

Completed in 207 milliseconds