Home
last modified time | relevance | path

Searched refs:inline_only (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.h271 bool inline_only = false);
H A Dname-lookup.c4013 is_nested_namespace (tree ancestor, tree descendant, bool inline_only) in is_nested_namespace() argument
4017 if (!depth && !inline_only) in is_nested_namespace()
4022 && (!inline_only || DECL_NAMESPACE_INLINE_P (descendant))) in is_nested_namespace()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.h347 bool inline_only = false);
H A Dname-lookup.cc4958 is_nested_namespace (tree ancestor, tree descendant, bool inline_only) in is_nested_namespace() argument
4962 if (!depth && !inline_only) in is_nested_namespace()
4967 && (!inline_only || DECL_NAMESPACE_INLINE_P (descendant))) in is_nested_namespace()