Searched defs:GenericEnum (Results 1 – 1 of 1) sorted by relevance
47 struct GenericEnum { struct48 struct Entry {54 std::string Name;55 const Record *Class = nullptr;56 std::string PreprocessorGuard;57 MapVector<const Record *, Entry> Entries;59 const Entry *getEntry(const Record *Def) const { in getEntry()