Lines Matching refs:NextColumnElement
1156 Next = Next->NextColumnElement; in alignArrayInitializersRightJustified()
1170 for (const auto *Next = CellIter->NextColumnElement; Next != nullptr; in alignArrayInitializersRightJustified()
1171 Next = Next->NextColumnElement) { in alignArrayInitializersRightJustified()
1189 for (const auto *Next = CellIter->NextColumnElement; Next != nullptr; in alignArrayInitializersRightJustified()
1190 Next = Next->NextColumnElement) { in alignArrayInitializersRightJustified()
1231 for (const auto *Next = CellIter->NextColumnElement; Next != nullptr; in alignArrayInitializersLeftJustified()
1232 Next = Next->NextColumnElement) { in alignArrayInitializersLeftJustified()
1251 for (const auto *Next = Cell.NextColumnElement; Next != nullptr; in isSplitCell()
1252 Next = Next->NextColumnElement) { in isSplitCell()
1404 if (CellIter->NextColumnElement == nullptr && in linkCells()
1408 CellIter->NextColumnElement = &(*NextIter); in linkCells()