Home | History | Annotate | Download | only in cp

Lines Matching defs:template_parms

1641    TEMPLATE_PARMS, TEMPLATE_ARGS and FLAGS are suitable.  T may be NULL if
1647 tree t, tree template_parms, tree template_args,
1650 if (template_parms != NULL_TREE && template_args != NULL_TREE
1654 dump_template_bindings (pp, template_parms, template_args, typenames);
1663 tree fn, tree template_parms, tree template_args,
1673 dump_substitution (pp, fn, template_parms, template_args, flags);
1688 tree template_parms = NULL_TREE;
1719 template_parms = DECL_TEMPLATE_PARMS (tmpl);
1725 return dump_lambda_function (pp, t, template_parms, template_args, flags);
1817 dump_substitution (pp, t, template_parms, template_args, flags);