Searched refs:ModuleEntry (Results 1 – 2 of 2) sorted by relevance
133 if (ModuleFile *ModuleEntry = Modules.lookup(Entry)) { in addModule() local135 if (checkSignature(ModuleEntry->Signature, ExpectedSignature, ErrorStr)) in addModule()138 Module = ModuleEntry; in addModule()139 updateModuleImports(*ModuleEntry, ImportedBy, ImportLoc); in addModule()
7191 auto ModuleEntry = Index->addModule(Path, ID, Hash); in ParseModuleEntry() local7192 ModuleIdMap[ID] = ModuleEntry->first(); in ParseModuleEntry()