Searched refs:namespace_hints (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | name-lookup.c | 5386 class namespace_hints 5389 namespace_hints (location_t loc, tree name); 5411 namespace_hints::namespace_hints (location_t loc, tree name) in namespace_hints() function 5476 namespace_hints::convert_candidates_to_name_hint () in convert_candidates_to_name_hint() 5512 namespace_hints::maybe_decorate_with_limit (name_hint hint) in maybe_decorate_with_limit() 5527 namespace_hints::maybe_add_candidate_for_scoped_enum (tree scoped_enum, in maybe_add_candidate_for_scoped_enum() 5560 namespace_hints ns_hints (location, name); in suggest_alternatives_for() 5608 namespace_hints ns_hints (location, name); in suggest_alternatives_in_other_namespaces()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | name-lookup.cc | 6461 class namespace_hints class 6464 namespace_hints (location_t loc, tree name); 6486 namespace_hints::namespace_hints (location_t loc, tree name) in namespace_hints() function in namespace_hints 6551 namespace_hints::convert_candidates_to_name_hint () in convert_candidates_to_name_hint() 6587 namespace_hints::maybe_decorate_with_limit (name_hint hint) in maybe_decorate_with_limit() 6602 namespace_hints::maybe_add_candidate_for_scoped_enum (tree scoped_enum, in maybe_add_candidate_for_scoped_enum() 6635 namespace_hints ns_hints (location, name); in suggest_alternatives_for() 6683 namespace_hints ns_hints (location, name); in suggest_alternatives_in_other_namespaces()
|
H A D | ChangeLog-2018 | 606 * name-lookup.c (class namespace_hints): Update comment to mention 608 (namespace_hints::namespace_hints): Call 610 (namespace_hints::maybe_add_candidate_for_scoped_enum): New member 1209 (class namespace_hints): New class. 1214 namespace_hints' ctor, and maybe_decorate_with_limit, and move the 1216 namespace_hints::convert_candidates_to_name_hint and 1218 (namespace_hints::namespace_hints): New ctor, adapted from 1222 (namespace_hints::convert_candidates_to_name_hint): New member 1224 (namespace_hints::maybe_decorate_with_limit): New member function.
|
H A D | ChangeLog-2019 | 942 * name-lookup.c (namespace_hints::namespace_hints): Replace old
|