Home
last modified time | relevance | path

Searched refs:begin_scope (Results 1 – 14 of 14) sorted by relevance

/openbsd/gnu/gcc/gcc/cp/
H A Dname-lookup.h300 extern cxx_scope *begin_scope (scope_kind, tree);
H A Dname-lookup.c1266 begin_scope (scope_kind kind, tree entity) in begin_scope() function
1433 begin_scope (sk_cleanup, NULL); in maybe_push_cleanup_level()
2420 class_binding_level = begin_scope (sk_class, current_class_type); in pushlevel_class()
3059 begin_scope (sk_namespace, d); in push_namespace_with_attribs()
H A DChangeLog-20031014 (begin_scope): Move to name-lookup.c.
1219 (begin_scope): Change prototype.
1221 * decl.c (push_binding_level): Fold in begin_scope. Remove.
1226 (make_cxx_scope): Fold in begin_scope. Remove..
1228 (begin_scope): Change prototype. Return a scope. Tidy.
1234 (initial_push_namespace_scope): Fold in begin_scope. Remove.
1392 (begin_scope): Simplify.
1423 (start_function): Use begin_scope, not pushlevel.
1426 (start_method): Use begin_scope, not pushlevel.
H A Dsemantics.c473 begin_scope (sk, NULL); in do_pushlevel()
H A Ddecl.c3146 begin_scope (sk_namespace, global_namespace); in cxx_init_decl_processing()
10815 begin_scope (sk_function_parms, decl1); in start_preparsed_function()
11460 begin_scope (sk_function_parms, fndecl); in start_method()
H A Dpt.c335 begin_scope (TREE_VEC_LENGTH (parms) ? sk_template_parms : sk_template_spec, in push_inline_template_parms_recursive()
531 begin_scope (sk_template_parms, NULL); in begin_template_parm_list()
583 begin_scope (sk_template_spec, NULL); in begin_specialization()
H A DChangeLog-2004551 (begin_scope, leave_scope, kept_level_p, print_binding_level):
2550 * name-lookup.c (pop_binding, begin_scope, leave_scope,
3263 (begin_scope): Likewise.
3933 (begin_scope): Use it.
H A DChangeLog-20005460 (begin_scope): New function.
5470 (begin_scope): Likewise.
5480 * pt.c (begin_template_parm_list): Use begin_scope.
H A DChangeLog2642 * name-lookup.c (begin_scope): Handle it.
5731 * name-lookup.c (add_decl_to_level, begin_scope): Likewise.
H A DChangeLog-200265 * decl.c (begin_scope): Handle sk_block, sk_try, sk_catch,
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dpt.c667 begin_scope (sk_template_parms); in begin_template_parm_list()
711 begin_scope (sk_template_spec); in begin_specialization()
H A Dcp-tree.h3729 extern void begin_scope PARAMS ((scope_kind));
H A Ddecl.c1094 begin_scope (sk) in begin_scope() function
H A DChangeLog15332 (begin_scope): New function.
15342 (begin_scope): Likewise.
15352 * pt.c (begin_template_parm_list): Use begin_scope.