Home
last modified time | relevance | path

Searched refs:lookup_using_decl (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.c4612 lookup_using_decl (tree scope, name_lookup &lookup) in lookup_using_decl() function
4753 if (!lookup_using_decl (scope, lookup)) in do_class_using_decl()
5139 if (!lookup_using_decl (scope, lookup)) in finish_nonmember_using_decl()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.cc5526 lookup_using_decl (tree scope, name_lookup &lookup) in lookup_using_decl() function
5767 return lookup_using_decl (scope, lookup); in do_class_using_decl()
6194 tree using_decl = lookup_using_decl (scope, lookup); in finish_nonmember_using_decl()
H A DChangeLog1956 * name-lookup.cc (lookup_using_decl): Check that scope is
1962 * name-lookup.cc (lookup_using_decl): Set DECL_DEPENDENT_P if lookup
H A DChangeLog-2020363 (lookup_using_decl): Set decl's context.
900 * name-lookup.c (lookup_using_decl): Same.
1086 (lookup_using_decl): Rewrite to separate lookup and validation.
H A DChangeLog-20214973 * name-lookup.c (lookup_using_decl): Hoist the destructor check.
5126 * name-lookup.c (lookup_using_decl): Clean up handling
H A DChangeLog-2019931 * name-lookup.c (lookup_using_decl): New function, merged from ...