Searched refs:NewModule (Results 1 – 1 of 1) sorted by relevance
145 NewModule->Index = Chain.size(); in addModule()146 NewModule->FileName = FileName.str(); in addModule()147 NewModule->File = Entry; in addModule()148 NewModule->ImportLoc = ImportLoc; in addModule()169 NewModule->Buffer = Buffer; in addModule()193 NewModule->Data = PCHContainerRdr.ExtractPCH(*NewModule->Buffer); in addModule()207 Module = Modules[Entry] = NewModule.get(); in addModule()211 if (!NewModule->isModule()) in addModule()212 PCHChain.push_back(NewModule.get()); in addModule()214 Roots.push_back(NewModule.get()); in addModule()[all …]