Searched refs:old_scope (Results 1 – 4 of 4) sorted by relevance
2635 cp_binding_level *old_scope = NULL; in check_local_shadow() local2639 old_scope = binding->scope; in check_local_shadow()2701 scope != old_scope; scope = scope->level_chain) in check_local_shadow()2713 && old_scope == current_binding_level->level_chain in check_local_shadow()2714 && (old_scope->kind == sk_cond || old_scope->kind == sk_for)) in check_local_shadow()2733 && old_scope == current_binding_level->level_chain in check_local_shadow()2734 && old_scope->kind == sk_catch) in check_local_shadow()
6357 tree old_scope; in cp_parser_nested_name_specifier_opt() local6448 old_scope = parser->scope; in cp_parser_nested_name_specifier_opt()6480 parser->scope = old_scope; in cp_parser_nested_name_specifier_opt()23848 tree old_scope = NULL_TREE; in cp_parser_class_specifier_1() local23904 old_scope = push_inner_scope (scope); in cp_parser_class_specifier_1()23923 pop_inner_scope (old_scope, scope); in cp_parser_class_specifier_1()
3104 cp_binding_level *old_scope = NULL; in check_local_shadow() local3108 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()
6691 tree old_scope; in cp_parser_nested_name_specifier_opt() local6783 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() local25890 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()