Searched refs:level_chain (Results 1 – 10 of 10) sorted by relevance
416 for (;; b = b->level_chain) in find_local_binding()1123 for (; level->kind != sk_namespace; level = level->level_chain) in search_unqualified()3147 cp_binding_level *b = current_binding_level->level_chain; in check_local_shadow()3151 b = b->level_chain; 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()3202 && old_scope == current_binding_level->level_chain in check_local_shadow()3206 || current_binding_level->level_chain->kind == sk_catch) in check_local_shadow()3635 level = level->level_chain; in pushdecl()4241 scope->level_chain = current_binding_level; in push_binding_level()[all …]
276 cp_binding_level *level_chain; member
273 b = b->level_chain) in current_tmpl_spec_kind()474 scope = scope->level_chain) in objc_mark_locals_volatile()513 cp_binding_level *obl = bl->level_chain; in poplevel_named_label_1()544 if (level_for_constexpr_if (bl->level_chain)) in poplevel_named_label_1()546 else if (level_for_consteval_if (bl->level_chain)) in poplevel_named_label_1()3503 for (b = current_binding_level; b ; b = b->level_chain) in check_previous_goto_1()3566 if (!saw_cxif && level_for_constexpr_if (b->level_chain)) in check_previous_goto_1()3569 loc = EXPR_LOCATION (b->level_chain->this_entity); in check_previous_goto_1()3572 else if (!saw_ceif && level_for_consteval_if (b->level_chain)) in check_previous_goto_1()3575 loc = EXPR_LOCATION (b->level_chain->this_entity); in check_previous_goto_1()[all …]
462 b = b->level_chain) in in_nested_catch()
20472 s = s->level_chain) in cp_parser_elaborated_type_specifier()24682 if (cp_binding_level *maybe_its = current_binding_level->level_chain) in cp_parser_parameter_declaration_list()24685 maybe_its = maybe_its->level_chain; in cp_parser_parameter_declaration_list()48170 scope = scope->level_chain; in synthesize_implicit_template_parm()48206 scope = scope->level_chain; in synthesize_implicit_template_parm()48295 parent_scope->level_chain = current_binding_level; in synthesize_implicit_template_parm()48370 for (cp_binding_level *scope = child->level_chain; in abort_fully_implicit_template()48372 scope = child->level_chain) in abort_fully_implicit_template()48374 child->level_chain = parser->implicit_template_scope->level_chain; in abort_fully_implicit_template()48375 parser->implicit_template_scope->level_chain = return_to_scope; in abort_fully_implicit_template()[all …]
10360 ; b = b->level_chain) in treat_lvalue_as_rvalue_p()
4064 level_chain field gets cleared, not after.
637 b = b->level_chain; in at_try_scope()
2215 b = b->level_chain) in determine_specialization()
13141 (struct binding_level): Rename level_chain to outer.