Searched refs:TYPE_TEMPLATE_INFO (Results 1 – 11 of 11) sorted by relevance
317 *template_info = TYPE_TEMPLATE_INFO (type); in decl_is_template_id()460 && TYPE_TEMPLATE_INFO (type) in is_std_substitution()985 template_info = TYPE_TEMPLATE_INFO (node); in write_prefix()
1676 else if (TYPE_TEMPLATE_INFO (TREE_TYPE (decl))) in determine_visibility()1765 ? TYPE_TEMPLATE_INFO (TREE_TYPE (decl)) in determine_visibility()
381 if (!TYPE_TEMPLATE_INFO (type)) in cxx_incomplete_type_diagnostic()
2146 #define TYPE_TEMPLATE_INFO(NODE) \ macro2270 (TI_TEMPLATE (TYPE_TEMPLATE_INFO (NODE)))2274 (TI_ARGS (TYPE_TEMPLATE_INFO (NODE)))
3144 && TYPE_TEMPLATE_INFO (TREE_TYPE (decl)) in push_template_decl_real()3182 && TYPE_TEMPLATE_INFO (TREE_TYPE (decl)) in push_template_decl_real()3348 if (!TYPE_TEMPLATE_INFO (type)) in redeclare_class_template()4968 if (!TYPE_TEMPLATE_INFO (t)) in for_each_template_parm_r()4970 else if (for_each_template_parm (TREE_VALUE (TYPE_TEMPLATE_INFO (t)), in for_each_template_parm_r()6283 if (TYPE_TEMPLATE_INFO (t)) in tsubst_aggr_type()
474 dump_template_parms (TYPE_TEMPLATE_INFO (t), in dump_aggr_type()
1038 if (TYPE_TEMPLATE_INFO (t1) && TYPE_TEMPLATE_INFO (t2) in comptypes()
1404 (TYPE_TEMPLATE_INFO): Likewise.2030 * cp-tree.h (TYPE_TEMPLATE_INFO): Check for TYPE_LANG_SPECIFIC.
612 (TYPE_TEMPLATE_INFO): Handle TEMPLATE_TEMPLATE_PARMs as well.2709 (TYPE_TEMPLATE_INFO): Likewise.
10405 if (TYPE_TEMPLATE_INFO (t)) in xref_tag()
1347 (decl_is_template_id): Use TYPE_TEMPLATE_INFO, not