Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Dparser.c2223 tree decl, old_scope; in cp_parser_diagnose_invalid_type_name() local
2225 old_scope = parser->scope; in cp_parser_diagnose_invalid_type_name()
2228 parser->scope = old_scope; in cp_parser_diagnose_invalid_type_name()
3921 tree old_scope; in cp_parser_nested_name_specifier_opt() local
3987 old_scope = parser->scope; in cp_parser_nested_name_specifier_opt()
4019 parser->scope = old_scope; in cp_parser_nested_name_specifier_opt()
13603 tree old_scope = NULL_TREE; in cp_parser_class_specifier() local
13660 old_scope = push_inner_scope (scope); in cp_parser_class_specifier()
13683 pop_inner_scope (old_scope, scope); in cp_parser_class_specifier()