Lines Matching defs:RecordTable
57 class RecordTable {
59 explicit RecordTable(ArenaAllocator *allocator, parser::Program *program, RecordTableFlags flags)
68 NO_COPY_SEMANTIC(RecordTable);
69 NO_MOVE_SEMANTIC(RecordTable);
71 ~RecordTable() = default;
176 explicit BoundContext(RecordTable *recordTable, ir::ClassDefinition *classDef, bool force = false);
177 explicit BoundContext(RecordTable *recordTable, ir::TSInterfaceDeclaration *interfaceDecl, bool force = false);
190 RecordTable *recordTable_;
191 RecordTable::RecordHolder currentRecord_ {nullptr};
192 RecordTable::RecordHolder savedRecord_ {nullptr};