Home
last modified time | relevance | path

Searched refs:context_for_name_lookup (Results 1 – 9 of 9) sorted by relevance

/trueos/contrib/gcc/cp/
HDsearch.c563 context_for_name_lookup (tree decl) in context_for_name_lookup() function
603 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()
HDsemantics.c1452 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()
HDname-lookup.c2514 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()
HDChangeLog-20013358 * decl.c (push_class_binding): Use context_for_name_lookup instead
3360 * search.c (context_for_name_lookup): Remove static. Check for NULL
3362 * cp-tree.h (context_for_name_lookup): Add prototype.
HDcp-tree.h4258 extern tree context_for_name_lookup (tree);
HDChangeLog-20005744 * 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
HDtypeck.c4511 type = build_ptrmem_type (context_for_name_lookup (t), in build_unary_op()
HDChangeLog-20045161 * typeck.c (unary_complex_lvalue): Use context_for_name_lookup
HDChangeLog-19996149 (context_for_name_lookup): Likewise.