Searched defs:ImportMap (Results 1 – 2 of 2) sorted by relevance
44 using ImportMap = std::map<SourceFile, std::unique_ptr<ImportInfo>>; variable
39 typedef std::set<ImportMapEntry> ImportMap; typedef