Lines Matching refs:NextColumnElement
1119 Next = Next->NextColumnElement; in alignArrayInitializersRightJustified()
1133 for (const auto *Next = CellIter->NextColumnElement; Next != nullptr; in alignArrayInitializersRightJustified()
1134 Next = Next->NextColumnElement) { in alignArrayInitializersRightJustified()
1152 for (const auto *Next = CellIter->NextColumnElement; Next != nullptr; in alignArrayInitializersRightJustified()
1153 Next = Next->NextColumnElement) { in alignArrayInitializersRightJustified()
1194 for (const auto *Next = CellIter->NextColumnElement; Next != nullptr; in alignArrayInitializersLeftJustified()
1195 Next = Next->NextColumnElement) { in alignArrayInitializersLeftJustified()
1214 for (const auto *Next = Cell.NextColumnElement; Next != nullptr; in isSplitCell()
1215 Next = Next->NextColumnElement) { in isSplitCell()
1367 if (CellIter->NextColumnElement == nullptr && in linkCells()
1371 CellIter->NextColumnElement = &(*NextIter); in linkCells()