Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Dfriend.c541 tree ns = decl_namespace_context (decl); in do_friend()
H A Dname-lookup.c3010 result = decl_namespace_context (current_class_type); in current_decl_namespace()
3012 result = decl_namespace_context (current_function_decl); in current_decl_namespace()
3182 decl = decl_namespace_context (decl); in push_decl_namespace()
4500 context = decl_namespace_context (type); in arg_assoc_class()
4590 return arg_assoc_namespace (k, decl_namespace_context (type)); in arg_assoc_type()
H A Dpt.c643 tree tpl_ns = decl_namespace_context (tmpl); in check_specialization_namespace()
675 ns = decl_namespace_context (spec); in check_explicit_instantiation_namespace()
754 != decl_namespace_context (CLASSTYPE_TI_TEMPLATE (type))) in maybe_process_partial_specialization()
1255 DECL_CONTEXT (spec) = FROB_CONTEXT (decl_namespace_context (tmpl)); in register_specialization()
5325 tree ns = decl_namespace_context (TYPE_MAIN_DECL (current_class_type)); in tsubst_friend_function()
5415 ns = decl_namespace_context (new_friend); in tsubst_friend_function()
6033 tree ns = decl_namespace_context (TYPE_MAIN_DECL (friend_type)); in instantiate_class_template()
12238 ns = decl_namespace_context (d); in instantiate_decl()
H A Dtree.c1384 decl_namespace_context (tree decl) in decl_namespace_context() function
H A Dcp-tree.h4461 extern tree decl_namespace_context (tree);
H A DChangeLog-20023617 * pt.c (tsubst_friend_function): Use decl_namespace_context.
H A DChangeLog-20043061 (current_decl_namespace): Use decl_namespace_context instead of
H A DChangeLog-19996458 * tree.c (decl_namespace_context): New fn.