Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h278 unsigned CellWidth = in getMaximumCellWidth() local
281 CellWidth += NetWidth; in getMaximumCellWidth()
287 CellWidth = std::max(CellWidth, ThisWidth); in getMaximumCellWidth()
289 return CellWidth; in getMaximumCellWidth()
H A DWhitespaceManager.cpp1004 auto CellWidth = getMaximumCellWidth(CellIter, NetWidth); in alignArrayInitializersRightJustified() local
1044 Changes[CellIter->Index].Spaces = (CellWidth - (ThisWidth + NetWidth)); in alignArrayInitializersRightJustified()
1053 Changes[Next->Index].Spaces = (CellWidth - ThisWidth); in alignArrayInitializersRightJustified()
1220 unsigned CellWidth = 0; in calculateCellWidth() local
1223 CellWidth = 0; in calculateCellWidth()
1224 CellWidth += Changes[i].TokenLength; in calculateCellWidth()
1225 CellWidth += (WithSpaces ? Changes[i].Spaces : 0); in calculateCellWidth()
1227 return CellWidth; in calculateCellWidth()