Home
last modified time | relevance | path

Searched refs:DECL_FRIEND_CONTEXT (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/gcc/cp/
HDsearch.c520 || (DECL_FRIEND_CONTEXT (current_function_decl) in current_scope()
521 && same_type_p (DECL_FRIEND_CONTEXT (current_function_decl), in current_scope()
HDpt.c176 if (DECL_FRIEND_CONTEXT (t)) in push_access_scope()
177 push_nested_class (DECL_FRIEND_CONTEXT (t)); in push_access_scope()
203 if (DECL_FRIEND_CONTEXT (t) || DECL_CLASS_SCOPE_P (t)) in pop_access_scope()
2878 : DECL_FRIEND_CONTEXT (decl) in check_default_tmpl_args()
2879 ? same_type_p (DECL_FRIEND_CONTEXT (decl), current_class_type) in check_default_tmpl_args()
6776 if (DECL_FRIEND_P (t) && DECL_FRIEND_CONTEXT (t)) in tsubst_decl()
6778 tsubst (DECL_FRIEND_CONTEXT (t), in tsubst_decl()
HDcp-tree.h1967 #define DECL_FRIEND_CONTEXT(NODE) \ macro
HDChangeLog-2000979 (DECL_FRIEND_CONTEXT): Adjust accordingly.
6111 (DECL_FRIEND_CONTEXT): New macro.
6144 (start_function): Use DECL_FRIEND_CONTEXT, not
HDdecl.c11073 ctype = DECL_FRIEND_CONTEXT (decl1); in start_preparsed_function()
/NextBSD/contrib/gcc/doc/
HDc-tree.texi1219 @code{DECL_FRIEND_CONTEXT} macro can be used to determine the class in
1226 @code{global_namespace}, but the @code{DECL_FRIEND_CONTEXT} will be the
/NextBSD/contrib/gcc/
HDChangeLog-200327048 documentation; add DECL_FRIEND_CONTEXT.