Searched refs:DECL_NAMESPACE_INLINE_P (Results 1 – 3 of 3) sorted by relevance
228 && (DECL_NAMESPACE_INLINE_P (decl) in cp_decl_dwarf_attribute()
779 while (DECL_NAMESPACE_INLINE_P (scope)) in adl_namespace()4195 && (!inline_only || DECL_NAMESPACE_INLINE_P (descendant))) in is_nested_namespace()5089 if (!DECL_NAMESPACE_INLINE_P (ns)) in handle_namespace_attrs()5416 && !DECL_NAMESPACE_INLINE_P (decl)) in suggest_alternatives_for()7223 DECL_NAMESPACE_INLINE_P (ns) = true; in push_namespace()7234 if (make_inline && !DECL_NAMESPACE_INLINE_P (ns)) in push_namespace()
3179 #define DECL_NAMESPACE_INLINE_P(NODE) \ macro