Searched refs:GlobalModule (Results 1 – 3 of 3) sorted by relevance
847 auto *GlobalModule = Map.createGlobalModuleForInterfaceUnit(StartOfTU); in ActOnStartOfTranslationUnit() local848 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()
539 Module *GlobalModule);
820 Module *GlobalModule) { in createModuleForInterfaceUnit() argument