Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DWhitespaceManager.h293 unsigned CellWidth = in getMaximumCellWidth() local
296 CellWidth += NetWidth; in getMaximumCellWidth()
302 CellWidth = std::max(CellWidth, ThisWidth); in getMaximumCellWidth()
304 return CellWidth; in getMaximumCellWidth()
H A DWhitespaceManager.cpp1143 auto CellWidth = getMaximumCellWidth(CellIter, NetWidth); in alignArrayInitializersRightJustified() local
1185 Changes[CellIter->Index].Spaces = (CellWidth - (ThisWidth + NetWidth)); in alignArrayInitializersRightJustified()
1194 Changes[Next->Index].Spaces = (CellWidth - ThisWidth); in alignArrayInitializersRightJustified()
1380 unsigned CellWidth = 0; in calculateCellWidth() local
1383 CellWidth = 0; in calculateCellWidth()
1384 CellWidth += Changes[i].TokenLength; in calculateCellWidth()
1385 CellWidth += (WithSpaces ? Changes[i].Spaces : 0); in calculateCellWidth()
1387 return CellWidth; in calculateCellWidth()