Searched refs:new_scope (Results 1 – 3 of 3) sorted by relevance
180 struct scope_level new_scope; in gdb_xml_start_element() local192 memset (&new_scope, 0, sizeof (new_scope)); in gdb_xml_start_element()193 VEC_quick_push (scope_level_s, parser->scopes, &new_scope); in gdb_xml_start_element()
4891 tree new_scope; in cp_parser_nested_name_specifier_opt() local4912 new_scope = resolve_typename_type (parser->scope, in cp_parser_nested_name_specifier_opt()4914 if (TREE_CODE (new_scope) != TYPENAME_TYPE) in cp_parser_nested_name_specifier_opt()4915 parser->scope = new_scope; in cp_parser_nested_name_specifier_opt()4984 new_scope in cp_parser_nested_name_specifier_opt()5096 if (TREE_CODE (new_scope) == TYPE_DECL) in cp_parser_nested_name_specifier_opt()5097 new_scope = TREE_TYPE (new_scope); in cp_parser_nested_name_specifier_opt()5100 && !(CLASS_TYPE_P (new_scope) in cp_parser_nested_name_specifier_opt()5101 && ((CLASSTYPE_USE_TEMPLATE (new_scope) in cp_parser_nested_name_specifier_opt()5102 && PRIMARY_TEMPLATE_P (CLASSTYPE_TI_TEMPLATE (new_scope))) in cp_parser_nested_name_specifier_opt()[all …]
6165 tree new_scope; in cp_parser_nested_name_specifier_opt() local6185 new_scope = resolve_typename_type (parser->scope, in cp_parser_nested_name_specifier_opt()6187 if (TREE_CODE (new_scope) != TYPENAME_TYPE) in cp_parser_nested_name_specifier_opt()6188 parser->scope = new_scope; in cp_parser_nested_name_specifier_opt()6258 new_scope in cp_parser_nested_name_specifier_opt()6416 if (TREE_CODE (new_scope) == TYPE_DECL) in cp_parser_nested_name_specifier_opt()6417 new_scope = TREE_TYPE (new_scope); in cp_parser_nested_name_specifier_opt()6420 && !(CLASS_TYPE_P (new_scope) in cp_parser_nested_name_specifier_opt()6421 && ((CLASSTYPE_USE_TEMPLATE (new_scope) in cp_parser_nested_name_specifier_opt()6422 && PRIMARY_TEMPLATE_P (CLASSTYPE_TI_TEMPLATE (new_scope))) in cp_parser_nested_name_specifier_opt()[all …]