Searched defs:GenericTable (Results 1 – 1 of 1) sorted by relevance
72 struct GenericTable { struct73 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()