Home
last modified time | relevance | path

Searched refs:lookup_type_scope (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/gcc/gcc/cp/
Dname-lookup.h323 extern tree lookup_type_scope (tree, tag_scope);
DChangeLog-2004595 (lookup_type_scope): Don't deal with name from user declaration
605 (lookup_type_scope): Add SCOPE parameter. Handle friend class
608 (lookup_type_scope): Adjust declaration.
723 (lookup_type_scope): New function.
726 (lookup_type_scope): Add declaration.
Dname-lookup.c4062 lookup_type_scope (tree name, tag_scope scope) in lookup_type_scope() function
Ddecl.c9676 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()
DChangeLog6292 * decl.c (lookup_and_check_tag): Call lookup_type_scope if
6301 (lookup_type_scope): Update comments.