Lines Matching defs:Cell
1447 bool WhitespaceManager::isSplitCell(const CellDescription &Cell) {
1448 if (Cell.HasSplit)
1450 for (const auto *Next = Cell.NextColumnElement; Next;
1462 unsigned Cell = 0;
1477 Cell = 0;
1497 ++Cell;
1504 Cells.push_back(CellDescription{i, ++Cell, i + 1, false, nullptr});
1505 CellCounts.push_back(C.Tok->Previous->isNot(tok::comma) ? Cell + 1
1506 : Cell);
1572 Cells.push_back(CellDescription{i, Cell, i, HasSplit, nullptr});
1607 if (NextIter->Cell == CellIter->Cell) {