Searched refs:IndexedModuleID (Results 1 – 1 of 1) sorted by relevance
302 std::vector<IndexedModuleID> ModuleIDs; in printFullOutput()306 [](const IndexedModuleID &A, const IndexedModuleID &B) { in printFullOutput()360 return Modules[IndexedModuleID{MID, 0}].ImplicitModulePCMPath; in lookupPCMPath()364 auto I = Modules.find(IndexedModuleID{MID, 0}); in lookupModuleDeps()369 struct IndexedModuleID { struct in FullDeps373 bool operator==(const IndexedModuleID &Other) const { in operator ==() argument380 std::size_t operator()(const IndexedModuleID &IMID) const { in operator ()()396 std::unordered_map<IndexedModuleID, ModuleDeps, IndexedModuleIDHasher>