Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dc-decl.c592 return current_scope; in objc_get_current_scope()
604 for (scope = current_scope; in objc_mark_locals_volatile()
676 scope->depth = current_scope ? (current_scope->depth + 1) : 0; in push_scope()
911 current_scope = scope->outer; in pop_scope()
931 file_scope = current_scope; in push_file_scope()
2521 scope = current_scope; in undeclared_variable()
5653 current_scope->bindings = 0; in get_parm_info()
6876 if (current_scope->bindings) in store_parm_decls_newstyle()
7791 current_scope = save_scope; in build_block_byref_decl()
8108 current_scope = file_scope; in push_to_top_level()
[all …]
H A DChangeLog-20039715 to complete, not at current_scope->incomplete. All such
12101 (check_for_loop_decls): Refer directly to current_scope->tags.
12570 (c_init_decl_processing): No need to clear current_scope and
12643 save and restore current_scope.
12886 (current_binding_level): Now current_scope.
H A DChangeLog-200437432 is nonnull but current_function_scope is null, use current_scope.
/freebsd-12.1/contrib/gcc/cp/
H A Dsearch.c499 current_scope (void) in current_scope() function
538 tree cs = current_scope (); in at_function_scope_p()
547 tree cs = current_scope (); in at_class_scope_p()
556 tree cs = current_scope (); in at_namespace_scope_p()
834 tree scope = current_scope (); in dfs_accessible_post()
868 scope = current_scope (); in accessible_p()
1743 scope = current_scope (); in dfs_walk_once_accessible_r()
H A Dname-lookup.c2267 cp_emit_debug_info_for_using (orig_decl, current_scope()); in do_local_using_decl()
2392 tree outer = current_scope (); in push_inner_scope()
3224 DECL_CONTEXT (alias) = FROB_CONTEXT (current_scope ()); in do_namespace_alias()
3376 context = current_scope (); in do_using_directive()
4893 tree cs = current_scope (); in pushtag()
H A Dcp-tree.h2964 (processing_template_decl > template_class_depth (current_scope ()))
4254 extern tree current_scope (void);
H A Ddecl.c3735 || current_scope () != current_class_type)) in check_tag_decl()
6849 scope = current_scope (); in grokvardecl()
10945 context = current_scope (); in build_enumerator()
H A DChangeLog-2004942 * search.c (current_scope): Fix prototype.
945 * search.c (current_scope): Return the innermost non-block scope,
950 * decl.c (grokvardecl): Adjust call to current_scope.
954 current_scope.
955 (cp_parser_class_head): Adjust call to current_scope.
H A Dpt.c544 tree scope = current_scope (); in check_specialization_scope()
3061 ctx = current_scope (); in push_template_decl_real()
H A DChangeLog-19943289 (build_enumerator): Use enum_overflow. Also use current_scope().
3291 * search.c (current_scope): Move Brendan's comment from
5077 * search.c (current_scope): New function; returns whichever of
H A Dparser.c13973 scope = current_scope (); in cp_parser_class_head()
H A DChangeLog-20032678 * cp-tree.h (PROCESSING_REAL_TEMPLATE_DECL_P): Use current_scope.
H A DChangeLog-20006195 * search.c (current_scope): Adjust for new _CONTEXT macros.