Home
last modified time | relevance | path

Searched refs:old_scope (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dname-lookup.cc3104 cp_binding_level *old_scope = NULL; in check_local_shadow() local
3108 old_scope = binding->scope; in check_local_shadow()
3170 scope != old_scope; scope = scope->level_chain) in check_local_shadow()
3182 && old_scope == current_binding_level->level_chain in check_local_shadow()
3183 && (old_scope->kind == sk_cond || old_scope->kind == sk_for)) in check_local_shadow()
3202 && old_scope == current_binding_level->level_chain in check_local_shadow()
3203 && old_scope->kind == sk_catch) in check_local_shadow()
Dparser.cc6691 tree old_scope; in cp_parser_nested_name_specifier_opt() local
6783 old_scope = parser->scope; in cp_parser_nested_name_specifier_opt()
6816 parser->scope = old_scope; in cp_parser_nested_name_specifier_opt()
25826 tree old_scope = NULL_TREE; in cp_parser_class_specifier_1() local
25890 old_scope = push_inner_scope (scope); in cp_parser_class_specifier_1()
25911 pop_inner_scope (old_scope, scope); in cp_parser_class_specifier_1()