Searched refs:TEMPLATE_PARM_DECL (Results 1 – 9 of 9) sorted by relevance
997 TEMPLATE_PARM_DECL (TEMPLATE_TYPE_PARM_INDEX (t2)) = decl; in bind_template_template_parm()1544 && same_type_p (TREE_TYPE (TEMPLATE_PARM_DECL (t1)), in cp_tree_equal()1545 TREE_TYPE (TEMPLATE_PARM_DECL (t2)))); in cp_tree_equal()
138 together the descendants. The TEMPLATE_PARM_DECL is the
204 pp_cxx_unqualified_id (pp, TEMPLATE_PARM_DECL (t)); in pp_cxx_unqualified_id()
2471 parm_type = TREE_TYPE (TEMPLATE_PARM_DECL (parm)); in write_template_param()
3568 #define TEMPLATE_PARM_DECL(NODE) (TEMPLATE_PARM_INDEX_CAST (NODE)->decl) macro3582 (TEMPLATE_PARM_DECL (TEMPLATE_TYPE_PARM_INDEX (NODE)))
1772 dump_decl (TEMPLATE_PARM_DECL (t), flags & ~TFF_DECL_SPECIFIERS); in dump_expr()
2706 decl = TEMPLATE_PARM_DECL (decl); in finish_id_expression()
2332 TEMPLATE_PARM_DECL (t) = decl; in build_template_parm_index()2353 tree orig_decl = TEMPLATE_PARM_DECL (index); in reduce_template_parm_level()2372 = DECL_TEMPLATE_PARMS (TEMPLATE_PARM_DECL (index)); in reduce_template_parm_level()
6005 (TEMPLATE_PARM_DECL): Likewise.6031 (dump_expr): Likewise. Use the TEMPLATE_PARM_DECL to get at the