Lines Matching refs:Cell
1211 bool WhitespaceManager::isSplitCell(const CellDescription &Cell) { in isSplitCell() argument
1212 if (Cell.HasSplit) in isSplitCell()
1214 for (const auto *Next = Cell.NextColumnElement; Next != nullptr; in isSplitCell()
1226 unsigned Cell = 0; in getCells() local
1241 Cell = 0; in getCells()
1260 ++Cell; in getCells()
1266 Cells.push_back(CellDescription{i, ++Cell, i + 1, false, nullptr}); in getCells()
1267 CellCounts.push_back(C.Tok->Previous->isNot(tok::comma) ? Cell + 1 in getCells()
1268 : Cell); in getCells()
1334 Cells.push_back(CellDescription{i, Cell, i, HasSplit, nullptr}); in getCells()
1370 if (NextIter->Cell == CellIter->Cell) { in linkCells()