Searched refs:lookup_type_scope (Results 1 – 5 of 5) sorted by relevance
323 extern tree lookup_type_scope (tree, tag_scope);
595 (lookup_type_scope): Don't deal with name from user declaration605 (lookup_type_scope): Add SCOPE parameter. Handle friend class608 (lookup_type_scope): Adjust declaration.723 (lookup_type_scope): New function.726 (lookup_type_scope): Add declaration.
4062 lookup_type_scope (tree name, tag_scope scope) in lookup_type_scope() function
9676 decl = lookup_type_scope (name, ts_within_enclosing_non_class); in lookup_and_check_tag()9679 decl = lookup_type_scope (name, scope); in lookup_and_check_tag()
6292 * decl.c (lookup_and_check_tag): Call lookup_type_scope if6301 (lookup_type_scope): Update comments.