| 30 | class TableInstance { |
| 31 | public: |
| 32 | TableInstance() = delete; |
| 33 | TableInstance(const AST::TableType &TType) noexcept |
| 34 | : TabType(TType), |
| 35 | Refs(TType.getLimit().getMin(), RefVariant(TType.getRefType())), |
nothing calls this directly
no test coverage detected