Searched defs:IndexedModuleID (Results 1 – 1 of 1) sorted by relevance
364 struct IndexedModuleID { struct in FullDeps365 ModuleID ID;366 mutable size_t InputIndex;368 bool operator==(const IndexedModuleID &Other) const { in operator ==()