Home
last modified time | relevance | path

Searched refs:NewModule (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DModuleManager.cpp145 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 …]