Home
last modified time | relevance | path

Searched refs:scope_binding (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/gcc/cp/
HDname-lookup.c38 struct scope_binding { struct
48 static bool lookup_using_namespace (tree, struct scope_binding *, tree, argument
51 struct scope_binding *, int);
2069 struct scope_binding decls = EMPTY_SCOPE_BINDING; in do_nonmember_using_decl()
3511 ambiguous_decl (struct scope_binding *old, cxx_binding *new, int flags) in ambiguous_decl()
3694 struct scope_binding binding = EMPTY_SCOPE_BINDING; in unqualified_namespace_lookup()
3749 struct scope_binding binding = EMPTY_SCOPE_BINDING; in lookup_qualified_name()
3773 lookup_using_namespace (tree name, struct scope_binding *val, in lookup_using_namespace()
3801 struct scope_binding *result, int flags) in qualified_lookup_using_namespace()
HDChangeLog-20045298 * name-lookup.c (struct scope_binding): New.
5300 (lookup_using_namespace): Take a scope_binding instead of a
5304 (do_nonmember_using_decl): Use a scope_binding instead of a
5308 Take a scope_binding as the second parameter.
5309 (lookup_namespace_name): Use a scope_binding instead of a
5313 (select_decl): Take a scope_binding instead of a cxx_binding.