Searched defs:IndexedModuleID (Results 1 – 1 of 1) sorted by relevance
369 struct IndexedModuleID { struct in FullDeps370 ModuleID ID;371 mutable size_t InputIndex;373 bool operator==(const IndexedModuleID &Other) const { in operator ==()