Searched refs:template_info (Results 1 – 4 of 4) sorted by relevance
304 decl_is_template_id (const tree decl, tree* const template_info) in decl_is_template_id() argument314 if (template_info != NULL) in decl_is_template_id()317 *template_info = TYPE_TEMPLATE_INFO (type); in decl_is_template_id()329 if (template_info != NULL) in decl_is_template_id()332 *template_info = DECL_TEMPLATE_INFO (decl); in decl_is_template_id()809 tree template_info; in write_name() local811 if (decl_is_template_id (decl, &template_info)) in write_name()814 write_unscoped_template_name (TI_TEMPLATE (template_info)); in write_name()815 write_template_args (TI_ARGS (template_info)); in write_name()913 tree template_info; in write_nested_name() local[all …]
1085 tree template_info; member1546 tree GTY ((tag ("0"))) template_info;2121 ->decl_flags.u.template_info)2131 (LANG_TYPE_CLASS_CHECK (RECORD_OR_UNION_CHECK (NODE))->template_info)2143 ->template_info)3043 (DECL_LANG_SPECIFIC (FUNCTION_DECL_CHECK (DECL))->decl_flags.u.template_info)
705 (TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO): Use template_info.
3412 * cp-tree.h (struct lang_decl_flags): Unify the template_info and