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