Searched refs:namespaces_only (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.c5224 /* Combine prefer_type and namespaces_only into flags. */
5227 lookup_flags (int prefer_type, int namespaces_only)
5229 if (namespaces_only)
6024 int flags = lookup_flags (prefer_type, /*namespaces_only*/false);
6442 int namespaces_only, int flags)
6478 flags |= lookup_flags (prefer_type, namespaces_only);
6582 int namespaces_only, int flags)
6587 namespaces_only, flags);
5222 lookup_flags(int prefer_type, int namespaces_only) argument
6436 lookup_name_real_1(tree name, int prefer_type, int nonclass, bool block_p, int namespaces_only, int flags) argument
6576 lookup_name_real(tree name, int prefer_type, int nonclass, bool block_p, int namespaces_only, int flags) argument

Completed in 97 milliseconds