Home
last modified time | relevance | path

Searched defs:GenericEnum (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp47 struct GenericEnum { struct
48 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()