Lines Matching refs:Module
621 // If we are building a module, resolve all of the exported declarations
623 if (Module *CurrentModule = PP.getCurrentModule()) {
626 SmallVector<Module *, 2> Stack;
629 Module *Mod = Stack.back();
634 // diagnostic client to deal with complaints in the module map at this
640 for (Module::submodule_iterator Sub = Mod->submodule_begin(),