Searched refs:CellDescription (Results 1 – 2 of 2) sorted by relevance
181 struct CellDescription { struct186 CellDescription *NextColumnElement = nullptr; argument188 constexpr bool operator==(const CellDescription &Other) const {192 constexpr bool operator!=(const CellDescription &Other) const {198 SmallVector<CellDescription> Cells;276 static bool isSplitCell(const CellDescription &Cell);
1407 bool WhitespaceManager::isSplitCell(const CellDescription &Cell) { in isSplitCell()1427 SmallVector<CellDescription> Cells; in getCells()1464 Cells.push_back(CellDescription{i, ++Cell, i + 1, false, nullptr}); in getCells()1532 Cells.push_back(CellDescription{i, Cell, i, HasSplit, nullptr}); in getCells()