Searched refs:lookup_using_decl (Results 1 – 6 of 6) sorted by relevance
4612 lookup_using_decl (tree scope, name_lookup &lookup) in lookup_using_decl() function4753 if (!lookup_using_decl (scope, lookup)) in do_class_using_decl()5139 if (!lookup_using_decl (scope, lookup)) in finish_nonmember_using_decl()
5526 lookup_using_decl (tree scope, name_lookup &lookup) in lookup_using_decl() function5767 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()
1956 * name-lookup.cc (lookup_using_decl): Check that scope is1962 * name-lookup.cc (lookup_using_decl): Set DECL_DEPENDENT_P if lookup
363 (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.
4973 * name-lookup.c (lookup_using_decl): Hoist the destructor check.5126 * name-lookup.c (lookup_using_decl): Clean up handling
931 * name-lookup.c (lookup_using_decl): New function, merged from ...