Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DModule.cpp241 void Module::getExportedModules(SmallVectorImpl<Module *> &Exported) const { in getExportedModules() function in Module
317 CurrModule->getExportedModules(Stack); in buildVisibleModulesCache()
519 V.M->getExportedModules(Exports); in setVisible()
/external/llvm-project/clang/lib/Basic/
DModule.cpp355 void Module::getExportedModules(SmallVectorImpl<Module *> &Exported) const { in getExportedModules() function in Module
431 CurrModule->getExportedModules(Stack); in buildVisibleModulesCache()
654 V.M->getExportedModules(Exports); in setVisible()
/external/clang/include/clang/Basic/
DModule.h490 void getExportedModules(SmallVectorImpl<Module *> &Exported) const;
/external/llvm-project/clang/include/clang/Basic/
DModule.h635 void getExportedModules(SmallVectorImpl<Module *> &Exported) const;
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangModulesDeclVendor.cpp207 module->getExportedModules(sub_exports); in ReportModuleExportsHelper()
/external/clang/lib/Serialization/
DASTReader.cpp3397 Mod->getExportedModules(Exports); in makeModuleVisible()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp4067 Mod->getExportedModules(Exports); in makeModuleVisible()