Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dptree.cc72 m = get_importing_module (ntnode, true); in cxx_print_decl()
H A Dname-lookup.cc1656 unsigned module = get_importing_module (origin); in search_adl()
H A Dcp-tree.h7215 extern unsigned get_importing_module (tree, bool = false) ATTRIBUTE_PURE;
H A Dmodule.cc18398 int mod = !DECL_MODULE_IMPORT_P (not_tmpl) ? 0 : get_importing_module (owner); in get_originating_module()
18407 get_importing_module (tree decl, bool flexible) in get_importing_module() function
H A DChangeLog-2020352 * module.cc (module_name, get_importing_module): Stubs.