Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/cp/
H A Dsearch.c520 || (DECL_FRIEND_CONTEXT (current_function_decl) in current_scope()
521 && same_type_p (DECL_FRIEND_CONTEXT (current_function_decl), in current_scope()
H A Dpt.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()
6767 if (DECL_FRIEND_P (t) && DECL_FRIEND_CONTEXT (t)) in tsubst_decl()
6769 tsubst (DECL_FRIEND_CONTEXT (t), in tsubst_decl()
H A Dcp-tree.h1958 #define DECL_FRIEND_CONTEXT(NODE) \ macro
H A DChangeLog-2000979 (DECL_FRIEND_CONTEXT): Adjust accordingly.
6111 (DECL_FRIEND_CONTEXT): New macro.
6144 (start_function): Use DECL_FRIEND_CONTEXT, not
H A Ddecl.c10525 ctype = DECL_FRIEND_CONTEXT (decl1); in start_preparsed_function()
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dsearch.c583 || (DECL_FRIEND_CONTEXT (current_function_decl) in current_scope()
584 && same_type_p (DECL_FRIEND_CONTEXT (current_function_decl), in current_scope()
H A Dpt.c2560 || (DECL_FRIEND_CONTEXT (decl)
2561 && same_type_p (DECL_FRIEND_CONTEXT (decl),
H A Dcp-tree.h2172 #define DECL_FRIEND_CONTEXT(NODE) \ macro
H A Ddecl.c14346 ctype = DECL_FRIEND_CONTEXT (decl1);
H A DChangeLog10851 (DECL_FRIEND_CONTEXT): Adjust accordingly.
15983 (DECL_FRIEND_CONTEXT): New macro.
16016 (start_function): Use DECL_FRIEND_CONTEXT, not
/openbsd/gnu/gcc/gcc/doc/
H A Dc-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
H A Dgccint.info4977 `DECL_FRIEND_CONTEXT' macro can be used to determine the class in which
4981 `DECL_FRIEND_CONTEXT' will be the `RECORD_TYPE' for `C'.