Searched refs:template_parm_this_level_p (Results 1 – 2 of 2) sorted by relevance
130 static int template_parm_this_level_p (tree, void *);3005 template_parm_this_level_p (tree t, void* data) in template_parm_this_level_p() function5203 return for_each_template_parm (t, template_parm_this_level_p, &level, NULL); in uses_template_parms_level()
2297 * pt.c (template_parm_this_level_p, push_template_decl_real):3655 (template_parm_this_level_p): New function.