Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.h283 extern tree lookup_type_scope (tree, tag_scope);
H A Dname-lookup.c6691 lookup_type_scope (tree name, tag_scope scope) in lookup_type_scope() function
H A Ddecl.c14887 decl = lookup_type_scope (name, ts_within_enclosing_non_class); in lookup_and_check_tag()
14890 decl = lookup_type_scope (name, scope); in lookup_and_check_tag()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A 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.
H A DChangeLog-20052777 * decl.c (lookup_and_check_tag): Call lookup_type_scope if
2786 (lookup_type_scope): Update comments.
H A DChangeLog-20202188 (lookup_type_scope): Replace with ...
2197 (lookup_type_scope): Rename to ...
H A DChangeLog-2008537 * name-lookup.c (lookup_type_scope): Look through sk_function_parms.
H A DChangeLog-20113676 (lookup_type_scope): Likewise.