Lines Matching refs:Cell
1248 bool WhitespaceManager::isSplitCell(const CellDescription &Cell) { in isSplitCell() argument
1249 if (Cell.HasSplit) in isSplitCell()
1251 for (const auto *Next = Cell.NextColumnElement; Next != nullptr; in isSplitCell()
1263 unsigned Cell = 0; in getCells() local
1278 Cell = 0; in getCells()
1297 ++Cell; in getCells()
1303 Cells.push_back(CellDescription{i, ++Cell, i + 1, false, nullptr}); in getCells()
1304 CellCounts.push_back(C.Tok->Previous->isNot(tok::comma) ? Cell + 1 in getCells()
1305 : Cell); in getCells()
1371 Cells.push_back(CellDescription{i, Cell, i, HasSplit, nullptr}); in getCells()
1407 if (NextIter->Cell == CellIter->Cell) { in linkCells()