Home
last modified time | relevance | path

Searched refs:GlobalModule (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp847 auto *GlobalModule = Map.createGlobalModuleForInterfaceUnit(StartOfTU); in ActOnStartOfTranslationUnit() local
848 assert(GlobalModule && "module creation should not fail"); in ActOnStartOfTranslationUnit()
852 ModuleScopes.back().Module = GlobalModule; in ActOnStartOfTranslationUnit()
853 VisibleModules.setVisible(GlobalModule, StartOfTU); in ActOnStartOfTranslationUnit()
858 TU->setLocalOwningModule(GlobalModule); in ActOnStartOfTranslationUnit()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DModuleMap.h539 Module *GlobalModule);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DModuleMap.cpp820 Module *GlobalModule) { in createModuleForInterfaceUnit() argument