Lines Matching refs:CellCounts
1333 for (auto i = 0U; i < CellDescs.CellCounts[0]; ++i, ++CellIter) { in alignArrayInitializersRightJustified()
1359 CellDescs.CellCounts[0], CellDescs.CellCounts.size()); in alignArrayInitializersRightJustified()
1366 if (RowCount >= CellDescs.CellCounts.size()) in alignArrayInitializersRightJustified()
1368 auto *Start = (Cells.begin() + RowCount * CellDescs.CellCounts[0]); in alignArrayInitializersRightJustified()
1416 for (auto i = 1U; i < CellDescs.CellCounts[0]; i++, ++CellIter) { in alignArrayInitializersLeftJustified()
1419 CellDescs.CellCounts[0], CellDescs.CellCounts.size()); in alignArrayInitializersLeftJustified()
1432 if (RowCount >= CellDescs.CellCounts.size()) in alignArrayInitializersLeftJustified()
1434 auto *Start = (Cells.begin() + RowCount * CellDescs.CellCounts[0]); in alignArrayInitializersLeftJustified()
1463 SmallVector<unsigned> CellCounts; in getCells() local
1505 CellCounts.push_back(C.Tok->Previous->isNot(tok::comma) ? Cell + 1 in getCells()
1576 return linkCells({Cells, CellCounts, InitialSpaces}); in getCells()