Searched refs:DECL_FRIEND_CONTEXT (Results 1 – 12 of 12) sorted by relevance
520 || (DECL_FRIEND_CONTEXT (current_function_decl) in current_scope()521 && same_type_p (DECL_FRIEND_CONTEXT (current_function_decl), in current_scope()
176 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()
1958 #define DECL_FRIEND_CONTEXT(NODE) \ macro
979 (DECL_FRIEND_CONTEXT): Adjust accordingly.6111 (DECL_FRIEND_CONTEXT): New macro.6144 (start_function): Use DECL_FRIEND_CONTEXT, not
10525 ctype = DECL_FRIEND_CONTEXT (decl1); in start_preparsed_function()
583 || (DECL_FRIEND_CONTEXT (current_function_decl) in current_scope()584 && same_type_p (DECL_FRIEND_CONTEXT (current_function_decl), in current_scope()
2560 || (DECL_FRIEND_CONTEXT (decl)2561 && same_type_p (DECL_FRIEND_CONTEXT (decl),
2172 #define DECL_FRIEND_CONTEXT(NODE) \ macro
14346 ctype = DECL_FRIEND_CONTEXT (decl1);
10851 (DECL_FRIEND_CONTEXT): Adjust accordingly.15983 (DECL_FRIEND_CONTEXT): New macro.16016 (start_function): Use DECL_FRIEND_CONTEXT, not
1219 @code{DECL_FRIEND_CONTEXT} macro can be used to determine the class in1226 @code{global_namespace}, but the @code{DECL_FRIEND_CONTEXT} will be the
4977 `DECL_FRIEND_CONTEXT' macro can be used to determine the class in which4981 `DECL_FRIEND_CONTEXT' will be the `RECORD_TYPE' for `C'.