Searched defs:IndexedModuleID (Results 1 – 1 of 1) sorted by relevance
400 struct IndexedModuleID { struct in FullDeps401 ModuleID ID;402 mutable size_t InputIndex;404 bool operator==(const IndexedModuleID &Other) const { in operator ==()