Home
last modified time | relevance | path

Searched refs:saved_scope (Results 1 – 16 of 16) sorted by relevance

/freebsd-12-stable/contrib/gcc/cp/
Dcxx-pretty-print.c421 tree saved_scope = pp->enclosing_scope; in pp_cxx_postfix_expression() local
459 pp->enclosing_scope = saved_scope; in pp_cxx_postfix_expression()
1374 tree saved_scope = pp->enclosing_scope; in pp_cxx_function_definition() local
1387 pp->enclosing_scope = saved_scope; in pp_cxx_function_definition()
Dparser.c3526 tree saved_scope; in cp_parser_id_expression() local
3538 saved_scope = parser->scope; in cp_parser_id_expression()
3547 parser->scope = saved_scope; in cp_parser_id_expression()
4194 tree saved_scope; in cp_parser_class_or_namespace_name() local
4203 saved_scope = parser->scope; in cp_parser_class_or_namespace_name()
4208 only_class_p = template_keyword_p || (saved_scope && TYPE_P (saved_scope)); in cp_parser_class_or_namespace_name()
4222 parser->scope = saved_scope; in cp_parser_class_or_namespace_name()
8313 tree saved_scope; in cp_parser_conversion_function_id() local
8324 saved_scope = parser->scope; in cp_parser_conversion_function_id()
8340 if (saved_scope) in cp_parser_conversion_function_id()
[all …]
Dname-lookup.c4995 struct saved_scope *scope_chain;
5059 struct saved_scope *s; in push_to_top_level()
5066 s = GGC_CNEW (struct saved_scope); in push_to_top_level()
5129 struct saved_scope *s = scope_chain; in pop_from_top_level()
Dcp-tree.h650 struct saved_scope GTY(())
676 struct saved_scope *prev;
723 extern GTY(()) struct saved_scope *scope_chain;
DChangeLog-19991336 (struct saved_scope): Remove firstobj. Add x_saved_tree,
2392 * cp-tree.h (saved_scope): Add function_decl, bindings.
2501 * cp-tree.h (saved_scope): Remove old_binding_level and
2687 (saved_scope): Move here from decl.c. Define globals in terms of
2688 saved_scope: current_namespace, current_class_name,
2705 (saved_scope): Remove.
3612 * decl.c (saved_scope): Remove minimal parse mode.
4555 (saved_scope): Add class_cache_firstobj.
Dtree.c2118 struct saved_scope *s; in cp_add_pending_fn_decls()
DChangeLog-2002306 (saved_scope): Make processing_explicit_instantiation a boolean.
2653 * cp-tree.h (struct saved_scope): No need for special marking
2803 (struct saved_scope): Use GGC, gengtype.
3291 (struct saved_scope): Remove incomplete.
3608 * cp-tree.h (struct saved_scope): Add last_parms field.
DChangeLog-20012329 (struct saved_scope): Add decl_ns_list.
2696 * cp-tree.h (struct saved_scope): Remove lang_stack field.
DChangeLog-20034363 * cp-tree.h (saved_scope): Remove check_access field.
5551 (struct saved_scope): Adjust type of field 'old_binding'.
6416 (saved_scope): Likewise.
DChangeLog-20001076 * cp-tree.h (struct saved_scope): Remove x_function_parms.
6257 * cp-tree.h (struct saved_scope): Add incomplete field.
6276 (struct saved_scope): Add lookups field.
DChangeLog-1996584 * decl.c (struct saved_scope): Declare PROCESSING_TEMPLATE_DECL as
1814 * decl.c (struct saved_scope): Remove named_labels,
DChangeLog-19951520 (struct saved_scope): Remove class_decl.
2508 * decl.c (struct saved_scope): Add members base_init_list and
DChangeLog-20043845 * cp-tree.h (saved_scope): Make old_bindings a vector.
3918 * cp-tree.h (saved_scope): Remove x_previous_class_type and
DChangeLog4809 * cp-tree.h (saved_scope): Add skip_evaluation.
5855 * cp-tree.h (saved_scope): Use VEC for lang_base instead of
DChangeLog-19981567 * decl.c (saved_scope): Add access_specifier.
6583 * decl.c (saved_scope): Add processing_specialization,
DChangeLog-19944084 * decl.c (struct saved_scope): Add lang_base, lang_stack,