Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dfriend.c421 tree ns = decl_namespace_context (decl);
H A Dpt.c790 != decl_namespace_context (CLASSTYPE_TI_TEMPLATE (type)))
831 != decl_namespace_context (CLASSTYPE_TI_TEMPLATE (type)))
4900 tree ns = decl_namespace_context (TYPE_MAIN_DECL (current_class_type));
4982 ns = decl_namespace_context (new_friend);
5605 tree ns = decl_namespace_context (TYPE_MAIN_DECL (friend_type));
H A Dtree.c1542 decl_namespace_context (decl) in decl_namespace_context() function
H A Dcp-tree.h4351 extern tree decl_namespace_context PARAMS ((tree));
H A DChangeLog5020 * pt.c (tsubst_friend_function): Use decl_namespace_context.
H A DChangeLog.26458 * tree.c (decl_namespace_context): New fn.
/openbsd-src/gnu/gcc/gcc/cp/
H A Dfriend.c541 tree ns = decl_namespace_context (decl); in do_friend()
H A Dname-lookup.c2977 result = decl_namespace_context (current_class_type); in current_decl_namespace()
2979 result = decl_namespace_context (current_function_decl); in current_decl_namespace()
3153 decl = decl_namespace_context (decl); in push_decl_namespace()
4446 context = decl_namespace_context (type); in arg_assoc_class()
4534 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()
5316 tree ns = decl_namespace_context (TYPE_MAIN_DECL (current_class_type)); in tsubst_friend_function()
5406 ns = decl_namespace_context (new_friend); in tsubst_friend_function()
6024 tree ns = decl_namespace_context (TYPE_MAIN_DECL (friend_type)); in instantiate_class_template()
12200 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.h4401 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.