Lines Matching refs:CellDescs

1285     CellDescriptions &&CellDescs) {  in alignArrayInitializersRightJustified()  argument
1286 if (!CellDescs.isRectangular()) in alignArrayInitializersRightJustified()
1290 auto &Cells = CellDescs.Cells; in alignArrayInitializersRightJustified()
1293 for (auto i = 0U; i < CellDescs.CellCounts[0]; ++i, ++CellIter) { in alignArrayInitializersRightJustified()
1296 NetWidth = getNetWidth(Cells.begin(), CellIter, CellDescs.InitialSpaces); in alignArrayInitializersRightJustified()
1316 getNetWidth(Cells.begin(), CellIter, CellDescs.InitialSpaces); in alignArrayInitializersRightJustified()
1318 Cells.begin(), CellIter, CellDescs.InitialSpaces, 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()
1330 ThisNetWidth = getNetWidth(Start, End, CellDescs.InitialSpaces); in alignArrayInitializersRightJustified()
1360 CellDescriptions &&CellDescs) { in alignArrayInitializersLeftJustified() argument
1362 if (!CellDescs.isRectangular()) in alignArrayInitializersLeftJustified()
1366 auto &Cells = CellDescs.Cells; in alignArrayInitializersLeftJustified()
1373 Change.NewlinesBefore == 0 ? BracePadding : CellDescs.InitialSpaces; in alignArrayInitializersLeftJustified()
1376 for (auto i = 1U; i < CellDescs.CellCounts[0]; i++, ++CellIter) { in alignArrayInitializersLeftJustified()
1378 Cells.begin(), CellIter, CellDescs.InitialSpaces, in alignArrayInitializersLeftJustified()
1379 CellDescs.CellCounts[0], CellDescs.CellCounts.size()); in alignArrayInitializersLeftJustified()
1381 getNetWidth(Cells.begin(), CellIter, CellDescs.InitialSpaces); in alignArrayInitializersLeftJustified()
1392 if (RowCount >= CellDescs.CellCounts.size()) in alignArrayInitializersLeftJustified()
1394 auto *Start = (Cells.begin() + RowCount * CellDescs.CellCounts[0]); in alignArrayInitializersLeftJustified()
1396 auto ThisNetWidth = getNetWidth(Start, End, CellDescs.InitialSpaces); in alignArrayInitializersLeftJustified()