Searched refs:decl_namespace_context (Results 1 – 8 of 8) sorted by relevance
541 tree ns = decl_namespace_context (decl); in do_friend()
3010 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()
643 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()
1384 decl_namespace_context (tree decl) in decl_namespace_context() function
4461 extern tree decl_namespace_context (tree);
3617 * pt.c (tsubst_friend_function): Use decl_namespace_context.
3061 (current_decl_namespace): Use decl_namespace_context instead of
6458 * tree.c (decl_namespace_context): New fn.