Searched refs:context_for_name_lookup (Results 1 – 9 of 9) sorted by relevance
563 context_for_name_lookup (tree decl) in context_for_name_lookup() function603 if (context_for_name_lookup (decl) == type) in dfs_access_in_type()736 if (!DERIVED_FROM_P (context_for_name_lookup (decl), derived)) in protected_accessible_p()864 if (!TYPE_P (context_for_name_lookup (decl))) in accessible_p()
1452 tree lookup_context = context_for_name_lookup (decl); in finish_non_static_data_member()1514 scope = context_for_name_lookup (decl); in check_accessibility_of_qualified_id()
2514 context = context_for_name_lookup (decl); in set_inherited_value_binding_p()2688 tree scope = context_for_name_lookup (x); in push_class_level_binding()
3358 * decl.c (push_class_binding): Use context_for_name_lookup instead3360 * search.c (context_for_name_lookup): Remove static. Check for NULL3362 * cp-tree.h (context_for_name_lookup): Add prototype.
4258 extern tree context_for_name_lookup (tree);
5744 * search.c (context_for_name_lookup): Fix typo in comment.5783 * search.c (protected_accessible_p): Use context_for_name_lookup.6196 (context_for_name_lookup): Use CP_DECL_CONTEXT, not
4511 type = build_ptrmem_type (context_for_name_lookup (t), in build_unary_op()
5161 * typeck.c (unary_complex_lvalue): Use context_for_name_lookup
6149 (context_for_name_lookup): Likewise.