Home
last modified time | relevance | path

Searched refs:getExportedModules (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp398 void Module::getExportedModules(SmallVectorImpl<Module *> &Exported) const { in getExportedModules() function in Module
474 CurrModule->getExportedModules(Stack); in buildVisibleModulesCache()
705 V.M->getExportedModules(Exports); in setVisible()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h788 void getExportedModules(SmallVectorImpl<Module *> &Exported) const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp266 module->getExportedModules(sub_exports); in ReportModuleExportsHelper()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4308 Mod->getExportedModules(Exports); in makeModuleVisible()