Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp402 void Module::getExportedModules(SmallVectorImpl<Module *> &Exported) const { in getExportedModules() function in Module
478 CurrModule->getExportedModules(Stack); in buildVisibleModulesCache()
709 V.M->getExportedModules(Exports); in setVisible()
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h794 void getExportedModules(SmallVectorImpl<Module *> &Exported) const;
/src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp255 module->getExportedModules(sub_exports); in ReportModuleExportsHelper()
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4317 Mod->getExportedModules(Exports); in makeModuleVisible()