Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp72 struct GenericTable { struct
73 std::string Name;
74 ArrayRef<SMLoc> Locs; // Source locations from the Record instance.
75 std::string PreprocessorGuard;
76 std::string CppTypeName;
77 SmallVector<GenericField, 2> Fields;
78 std::vector<Record *> Entries;
80 std::unique_ptr<SearchIndex> PrimaryKey;
81 SmallVector<std::unique_ptr<SearchIndex>, 2> Indices;
83 const GenericField *getFieldByName(StringRef Name) const { in getFieldByName()