HomeSort by: relevance | last modified time | path
    Searched defs:namespace_hints (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
name-lookup.cc 6885 class namespace_hints
6888 namespace_hints (location_t loc, tree name);
6907 /* Constructor for namespace_hints. Search namespaces and scoped enums,
6910 namespace_hints::namespace_hints (location_t loc, tree name)
6975 namespace_hints::convert_candidates_to_name_hint ()
7011 namespace_hints::maybe_decorate_with_limit (name_hint hint)
7026 namespace_hints::maybe_add_candidate_for_scoped_enum (tree scoped_enum,
7059 namespace_hints ns_hints (location, name);
7107 namespace_hints ns_hints (location, name)
6881 class namespace_hints class
6906 namespace_hints::namespace_hints (location_t loc, tree name) function in class:namespace_hints
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
name-lookup.cc 6468 class namespace_hints
6471 namespace_hints (location_t loc, tree name);
6490 /* Constructor for namespace_hints. Search namespaces and scoped enums,
6493 namespace_hints::namespace_hints (location_t loc, tree name)
6558 namespace_hints::convert_candidates_to_name_hint ()
6594 namespace_hints::maybe_decorate_with_limit (name_hint hint)
6609 namespace_hints::maybe_add_candidate_for_scoped_enum (tree scoped_enum,
6642 namespace_hints ns_hints (location, name);
6690 namespace_hints ns_hints (location, name)
6464 class namespace_hints class
6489 namespace_hints::namespace_hints (location_t loc, tree name) function in class:namespace_hints
    [all...]

Completed in 38 milliseconds