Searched refs:pushed_scope (Results 1 – 9 of 9) sorted by relevance
12306 tree pushed_scope; in cp_parser_condition() local12317 &pushed_scope); in cp_parser_condition()12347 if (pushed_scope) in cp_parser_condition()12348 pop_scope (pushed_scope); in cp_parser_condition()13962 tree pushed_scope; in cp_parser_decomposition_declaration() local13972 &pushed_scope); in cp_parser_decomposition_declaration()14053 if (pushed_scope) in cp_parser_decomposition_declaration()14054 pop_scope (pushed_scope); in cp_parser_decomposition_declaration()15023 tree pushed_scope = NULL_TREE; in cp_parser_conversion_function_id() local15048 pushed_scope = push_scope (saved_scope); in cp_parser_conversion_function_id()[all …]
644 tree pushed_scope = push_scope (ctype); in check_classfn() local727 if (pushed_scope) in check_classfn()728 pop_scope (pushed_scope); in check_classfn()1504 tree pushed_scope = NULL_TREE; in find_last_decl() local1506 pushed_scope = push_scope (ctype); in find_last_decl()1510 if (pushed_scope) in find_last_decl()1511 pop_scope (pushed_scope); in find_last_decl()
9923 tree pushed_scope; in grokfndecl() local9959 pushed_scope = push_scope (ctype); in grokfndecl()9961 if (pushed_scope) in grokfndecl()9962 pop_scope (pushed_scope); in grokfndecl()12431 tree pushed_scope = NULL_TREE; in grokdeclarator() local12436 pushed_scope in grokdeclarator()12441 if (pushed_scope) in grokdeclarator()12442 pop_scope (pushed_scope); in grokdeclarator()
11706 tree pushed_scope; in instantiate_class_template_1() local11712 pushed_scope = push_scope (CP_TYPE_CONTEXT (type)); in instantiate_class_template_1()11756 if (pushed_scope) in instantiate_class_template_1()11757 pop_scope (pushed_scope); in instantiate_class_template_1()27737 tree pushed_scope; in resolve_typename_type() local27793 pushed_scope = push_scope (scope); in resolve_typename_type()27840 if (pushed_scope) in resolve_typename_type()27841 pop_scope (pushed_scope); in resolve_typename_type()
13386 tree pushed_scope; in cp_parser_condition() local13397 &pushed_scope); in cp_parser_condition()13428 if (pushed_scope) in cp_parser_condition()13429 pop_scope (pushed_scope); in cp_parser_condition()15490 tree pushed_scope; in cp_parser_decomposition_declaration() local15500 &pushed_scope); in cp_parser_decomposition_declaration()15578 if (pushed_scope) in cp_parser_decomposition_declaration()15579 pop_scope (pushed_scope); in cp_parser_decomposition_declaration()16579 tree pushed_scope = NULL_TREE; in cp_parser_conversion_function_id() local16604 pushed_scope = push_scope (saved_scope); in cp_parser_conversion_function_id()[all …]
755 tree pushed_scope = push_scope (ctype); in check_classfn() local859 if (pushed_scope) in check_classfn()860 pop_scope (pushed_scope); in check_classfn()1642 tree pushed_scope = NULL_TREE; in find_last_decl() local1644 pushed_scope = push_scope (ctype); in find_last_decl()1648 if (pushed_scope) in find_last_decl()1649 pop_scope (pushed_scope); in find_last_decl()
10554 tree pushed_scope; in grokfndecl() local10590 pushed_scope = push_scope (ctype); in grokfndecl()10592 if (pushed_scope) in grokfndecl()10593 pop_scope (pushed_scope); in grokfndecl()13127 tree pushed_scope = NULL_TREE; in grokdeclarator() local13132 pushed_scope in grokdeclarator()13137 if (pushed_scope) in grokdeclarator()13138 pop_scope (pushed_scope); in grokdeclarator()
28662 tree pushed_scope; in resolve_typename_type() local28718 pushed_scope = push_scope (scope); in resolve_typename_type()28765 if (pushed_scope) in resolve_typename_type()28766 pop_scope (pushed_scope); in resolve_typename_type()
3749 * parser.c (cp_parser_init_declarator): Set pushed_scope to NULL_TREE