Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.h270 extern bool is_nested_namespace (tree parent, tree descendant,
H A Dname-lookup.c4013 is_nested_namespace (tree ancestor, tree descendant, bool inline_only) in is_nested_namespace() function
4067 return is_nested_namespace (root, child); in is_ancestor()
4816 if (!friendp && !is_nested_namespace (current_namespace, scope)) in set_decl_namespace()
7430 if (is_nested_namespace (current_namespace, CP_DECL_CONTEXT (dna))) in push_namespace()
H A Dpt.c832 if (is_nested_namespace (current_namespace, tpl_ns, cxx_dialect < cxx11)) in check_specialization_namespace()
857 if (!is_nested_namespace (current_namespace, ns)) in check_explicit_instantiation_namespace()
2706 && !is_nested_namespace (current_namespace, in check_unqualified_spec_or_inst()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.h346 extern bool is_nested_namespace (tree parent, tree descendant,
H A Dname-lookup.cc4958 is_nested_namespace (tree ancestor, tree descendant, bool inline_only) in is_nested_namespace() function
5012 return is_nested_namespace (root, child); in is_ancestor()
5827 if (!friendp && !is_nested_namespace (current_namespace, scope)) in set_decl_namespace()
8790 if (is_nested_namespace (current_namespace, CP_DECL_CONTEXT (dna))) in push_namespace()
H A DChangeLog-20174035 * name-lookup.h (is_nested_namespace): Declare.
4036 * name-lookup.c (is_nested_namespace): New.
4040 * pt.c (check_specialization_namespace): Use is_nested_namespace.
H A Dpt.cc849 if (is_nested_namespace (current_namespace, tpl_ns, cxx_dialect < cxx11)) in check_specialization_namespace()
874 if (!is_nested_namespace (current_namespace, ns)) in check_explicit_instantiation_namespace()
2744 && !is_nested_namespace (current_namespace, in check_unqualified_spec_or_inst()
H A Dparser.cc25888 if (is_nested_namespace (current_namespace, in cp_parser_class_specifier_1()