Lines Matching refs:NextColumnElement
1310 Next = Next->NextColumnElement; in alignArrayInitializersRightJustified()
1324 for (const auto *Next = CellIter->NextColumnElement; Next; in alignArrayInitializersRightJustified()
1325 Next = Next->NextColumnElement) { in alignArrayInitializersRightJustified()
1345 for (const auto *Next = CellIter->NextColumnElement; Next; in alignArrayInitializersRightJustified()
1346 Next = Next->NextColumnElement) { in alignArrayInitializersRightJustified()
1370 for (const auto *Next = CellIter; Next; Next = Next->NextColumnElement) { in alignArrayInitializersLeftJustified()
1390 for (const auto *Next = CellIter->NextColumnElement; Next; in alignArrayInitializersLeftJustified()
1391 Next = Next->NextColumnElement) { in alignArrayInitializersLeftJustified()
1410 for (const auto *Next = Cell.NextColumnElement; Next; in isSplitCell()
1411 Next = Next->NextColumnElement) { in isSplitCell()
1565 if (!CellIter->NextColumnElement && (CellIter + 1) != Cells.end()) { in linkCells()
1568 CellIter->NextColumnElement = &(*NextIter); in linkCells()