Searched refs:friend_tmpl (Results 1 – 1 of 1) sorted by relevance
5559 tsubst_friend_class (tree friend_tmpl, tree args) in tsubst_friend_class() argument5565 context = DECL_CONTEXT (friend_tmpl); in tsubst_friend_class()5587 tmpl = lookup_name_real (DECL_NAME (friend_tmpl), 0, 0, in tsubst_friend_class()5604 tmpl = lookup_name_prefer_type (DECL_NAME (friend_tmpl), 1); in tsubst_friend_class()5616 if (TMPL_PARMS_DEPTH (DECL_TEMPLATE_PARMS (friend_tmpl)) in tsubst_friend_class()5620 parms = tsubst_template_parms (DECL_TEMPLATE_PARMS (friend_tmpl), in tsubst_friend_class()5632 tmpl = tsubst (friend_tmpl, args, tf_warning_or_error, NULL_TREE); in tsubst_friend_class()