Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp353 void Module::getExportedModules(SmallVectorImpl<Module *> &Exported) const { in getExportedModules() function in Module
429 CurrModule->getExportedModules(Stack); in buildVisibleModulesCache()
659 V.M->getExportedModules(Exports); in setVisible()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h639 void getExportedModules(SmallVectorImpl<Module *> &Exported) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp206 module->getExportedModules(sub_exports); in ReportModuleExportsHelper()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4105 Mod->getExportedModules(Exports); in makeModuleVisible()