Home
last modified time | relevance | path

Searched refs:CellIter (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp1292 auto *CellIter = Cells.begin(); in alignArrayInitializersRightJustified() local
1295 if (isSplitCell(*CellIter)) in alignArrayInitializersRightJustified()
1303 const auto *Next = CellIter; in alignArrayInitializersRightJustified()
1314 if (CellIter != Cells.begin()) { in alignArrayInitializersRightJustified()
1338 calculateCellWidth(CellIter->Index, CellIter->EndIndex, true) + in alignArrayInitializersRightJustified()
1344 alignToStartOfCell(CellIter->Index, CellIter->EndIndex); in alignArrayInitializersRightJustified()
1368 auto *CellIter = Cells.begin(); in alignArrayInitializersLeftJustified() local
1375 ++CellIter; in alignArrayInitializersLeftJustified()
1383 Changes[CellIter->Index].Spaces = in alignArrayInitializersLeftJustified()
1564 for (auto *CellIter = Cells.begin(); CellIter != Cells.end(); ++CellIter) { in linkCells() local
[all …]
H A DWhitespaceManager.h296 unsigned getMaximumCellWidth(I CellIter, unsigned NetWidth) const { in getMaximumCellWidth() argument
298 calculateCellWidth(CellIter->Index, CellIter->EndIndex, true); in getMaximumCellWidth()
299 if (Changes[CellIter->Index].NewlinesBefore == 0) in getMaximumCellWidth()
301 for (const auto *Next = CellIter->NextColumnElement; Next; in getMaximumCellWidth()