Searched refs:pushed_scope (Results 1 – 4 of 4) sorted by relevance
6966 tree pushed_scope; in cp_parser_condition() local6973 &pushed_scope); in cp_parser_condition()6988 if (pushed_scope) in cp_parser_condition()6989 pop_scope (pushed_scope); in cp_parser_condition()7071 tree pushed_scope = NULL; in cp_parser_parse_foreach_stmt() local7081 &pushed_scope); in cp_parser_parse_foreach_stmt()8316 tree pushed_scope = NULL_TREE; in cp_parser_conversion_function_id() local8341 pushed_scope = push_scope (saved_scope); in cp_parser_conversion_function_id()8345 if (pushed_scope) in cp_parser_conversion_function_id()8346 pop_scope (pushed_scope); in cp_parser_conversion_function_id()[all …]
551 tree pushed_scope; in check_classfn() local585 pushed_scope = push_scope (ctype); in check_classfn()634 if (pushed_scope) in check_classfn()635 pop_scope (pushed_scope); in check_classfn()687 if (pushed_scope) in check_classfn()688 pop_scope (pushed_scope); in check_classfn()
5793 tree pushed_scope; in instantiate_class_template() local5799 pushed_scope = push_scope (context ? context : global_namespace); in instantiate_class_template()5821 if (pushed_scope) in instantiate_class_template()5822 pop_scope (pushed_scope); in instantiate_class_template()13252 tree pushed_scope; in resolve_typename_type() local13281 pushed_scope = push_scope (scope); in resolve_typename_type()13311 if (pushed_scope) in resolve_typename_type()13312 pop_scope (pushed_scope); in resolve_typename_type()
6751 tree pushed_scope; in grokfndecl() local6775 pushed_scope = push_scope (ctype); in grokfndecl()6777 if (pushed_scope) in grokfndecl()6778 pop_scope (pushed_scope); in grokfndecl()