Searched defs:InternedType (Results 1 – 1 of 1) sorted by relevance
150 struct InternedType { struct151 StringId name;152 std::optional<uint64_t> location_id;176 std::map<uint64_t, InternedType> interned_types; argument