Home | History | Annotate | Download | only in Sema

Lines Matching refs:Module

12590   Module *Mod = PP.getModuleLoader().loadModule(ImportLoc, Path, 
12591 Module::AllVisible,
12597 Module *ModCheck = Mod;
12599 // If we've run out of module parents, just drop the remaining identifiers.
12616 void Sema::createImplicitModuleImport(SourceLocation Loc, Module *Mod) {
12624 // Make the module visible.
12625 PP.getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, Loc,