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