Searched defs:EnumEntry (Results 1 – 1 of 1) sorted by relevance
24 template <typename T> struct EnumEntry { struct35 EnumEntry(StringRef N, StringRef A, T V) : Name(N), AltName(A), Value(V) {} in EnumEntry() argument36 EnumEntry(StringRef N, T V) : Name(N), AltName(N), Value(V) {} in EnumEntry() function