Searched defs:GenericEnum (Results 1 – 1 of 1) sorted by relevance
45 struct GenericEnum { struct46 using Entry = std::pair<StringRef, int64_t>;48 std::string Name;49 Record *Class = nullptr;50 std::string PreprocessorGuard;51 std::vector<std::unique_ptr<Entry>> Entries;52 DenseMap<Record *, Entry *> EntryMap;