Lines Matching refs:CellCounts
1293 for (auto i = 0U; i < CellDescs.CellCounts[0]; ++i, ++CellIter) { in alignArrayInitializersRightJustified()
1319 CellDescs.CellCounts[0], CellDescs.CellCounts.size()); in alignArrayInitializersRightJustified()
1326 if (RowCount >= CellDescs.CellCounts.size()) in alignArrayInitializersRightJustified()
1328 auto *Start = (Cells.begin() + RowCount * CellDescs.CellCounts[0]); in alignArrayInitializersRightJustified()
1376 for (auto i = 1U; i < CellDescs.CellCounts[0]; i++, ++CellIter) { in alignArrayInitializersLeftJustified()
1379 CellDescs.CellCounts[0], CellDescs.CellCounts.size()); in alignArrayInitializersLeftJustified()
1392 if (RowCount >= CellDescs.CellCounts.size()) in alignArrayInitializersLeftJustified()
1394 auto *Start = (Cells.begin() + RowCount * CellDescs.CellCounts[0]); in alignArrayInitializersLeftJustified()
1423 SmallVector<unsigned> CellCounts; in getCells() local
1465 CellCounts.push_back(C.Tok->Previous->isNot(tok::comma) ? Cell + 1 in getCells()
1536 return linkCells({Cells, CellCounts, InitialSpaces}); in getCells()