Home | History | Annotate | Download | only in Sema

Lines Matching refs:Module

3179     SmallVector<Module *, 8> Modules;
3192 // Load the named module.
3193 Module *Mod = PP.getModuleLoader().loadModule(ImportLoc, Path,
3194 Module::AllVisible,
3198 for (Module::submodule_iterator Sub = Mod->submodule_begin(),
4507 Builder.AddPlaceholderChunk("module");