Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/cp/
H A Dparser.c2182 tree decl, old_scope; in cp_parser_diagnose_invalid_type_name() local
2184 old_scope = parser->scope; in cp_parser_diagnose_invalid_type_name()
2187 parser->scope = old_scope; in cp_parser_diagnose_invalid_type_name()
3727 tree old_scope; in cp_parser_nested_name_specifier_opt() local
3793 old_scope = parser->scope; in cp_parser_nested_name_specifier_opt()
3825 parser->scope = old_scope; in cp_parser_nested_name_specifier_opt()
13095 tree old_scope = NULL_TREE; in cp_parser_class_specifier() local
13152 old_scope = push_inner_scope (scope); in cp_parser_class_specifier()
13175 pop_inner_scope (old_scope, scope); in cp_parser_class_specifier()