Searched refs:push_inner_scope (Results 1 – 4 of 4) sorted by relevance
309 extern tree push_inner_scope (tree);
2360 push_inner_scope (tree inner) in push_inner_scope() function
594 * name-lookup.c (push_inner_scope, pop_inner_scope): New functions.597 * name-lookup.h (push_inner_scope, pop_inner_scope): Add declarations.598 * parser.c (cp_parser_class_specifier): Use push_inner_scope and
13152 old_scope = push_inner_scope (scope); in cp_parser_class_specifier()