Searched refs:template_type (Results 1 – 2 of 2) sorted by relevance
7032 tree template_type = TREE_TYPE (templ); in lookup_template_class_1() local7041 if (template_type == error_mark_node) in lookup_template_class_1()7150 || currently_open_class (template_type)) in lookup_template_class_1()7152 && comp_template_args (TYPE_TI_ARGS (template_type), in lookup_template_class_1()7154 return template_type; in lookup_template_class_1()7196 if (TREE_CODE (template_type) == ENUMERAL_TYPE) in lookup_template_class_1()7200 set_current_access_from_decl (TYPE_NAME (template_type)); in lookup_template_class_1()7201 t = start_enum (TYPE_IDENTIFIER (template_type), NULL_TREE, in lookup_template_class_1()7202 tsubst (ENUM_UNDERLYING_TYPE (template_type), in lookup_template_class_1()7204 SCOPED_ENUM_P (template_type), NULL); in lookup_template_class_1()[all …]
9265 tree template_type = TREE_TYPE (templ); in lookup_template_class_1() local9274 if (template_type == error_mark_node) in lookup_template_class_1()9332 || currently_open_class (template_type)) in lookup_template_class_1()9334 tree tinfo = TYPE_TEMPLATE_INFO (template_type); in lookup_template_class_1()9337 return template_type; in lookup_template_class_1()9427 else if (TREE_CODE (template_type) == ENUMERAL_TYPE) in lookup_template_class_1()9431 set_current_access_from_decl (TYPE_NAME (template_type)); in lookup_template_class_1()9432 t = start_enum (TYPE_IDENTIFIER (template_type), NULL_TREE, in lookup_template_class_1()9433 tsubst (ENUM_UNDERLYING_TYPE (template_type), in lookup_template_class_1()9435 tsubst_attributes (TYPE_ATTRIBUTES (template_type), in lookup_template_class_1()[all …]