Searched refs:is_nested_namespace (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | name-lookup.h | 270 extern bool is_nested_namespace (tree parent, tree descendant,
|
H A D | name-lookup.c | 4013 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 D | pt.c | 832 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 D | name-lookup.h | 346 extern bool is_nested_namespace (tree parent, tree descendant,
|
H A D | name-lookup.cc | 4958 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 D | ChangeLog-2017 | 4035 * 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 D | pt.cc | 849 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 D | parser.cc | 25888 if (is_nested_namespace (current_namespace, in cp_parser_class_specifier_1()
|