Searched refs:get_template_parm_index (Results 1 – 4 of 4) sorted by relevance
5307 get_template_parm_index (tree parm) in get_template_parm_index() function5361 if (TEMPLATE_PARM_ORIG_LEVEL (get_template_parm_index (parm)) < 2) in fixed_parameter_pack_p()6399 tree idx = get_template_parm_index (t); in uses_all_template_parms_r()8416 if (TEMPLATE_PARM_LEVEL (get_template_parm_index (parm)) in convert_template_argument()28325 tree oldidx = get_template_parm_index (olddecl); in rewrite_template_parm()
5449 get_template_parm_index (tree parm) in get_template_parm_index() function5503 if (TEMPLATE_PARM_ORIG_LEVEL (get_template_parm_index (parm)) < 2) in fixed_parameter_pack_p()6528 tree idx = get_template_parm_index (t); in complex_alias_template_r()8637 if (TEMPLATE_PARM_LEVEL (get_template_parm_index (parm)) in convert_template_argument()29299 tree oldidx = get_template_parm_index (olddecl); in rewrite_template_parm()
3326 * pt.c (get_template_parm_index): New.
2912 (get_template_parm_index): Handle BOUND_TEMPLATE_TEMPLATE_PARM.