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