Searched refs:getNetWidth (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | WhitespaceManager.h | 289 auto getNetWidth(const I &Start, const I &End, unsigned InitialSpaces) const { in getNetWidth() function 325 auto MaxNetWidth = getNetWidth(CellStart, CellStop, InitialSpaces); in getMaximumNetWidth() 335 std::max(MaxNetWidth, getNetWidth(Start, End, InitialSpaces)); in getMaximumNetWidth()
|
H A D | WhitespaceManager.cpp | 1336 NetWidth = getNetWidth(Cells.begin(), CellIter, CellDescs.InitialSpaces); in alignArrayInitializersRightJustified() 1356 getNetWidth(Cells.begin(), CellIter, CellDescs.InitialSpaces); in alignArrayInitializersRightJustified() 1370 ThisNetWidth = getNetWidth(Start, End, CellDescs.InitialSpaces); in alignArrayInitializersRightJustified() 1421 getNetWidth(Cells.begin(), CellIter, CellDescs.InitialSpaces); in alignArrayInitializersLeftJustified() 1436 auto ThisNetWidth = getNetWidth(Start, End, CellDescs.InitialSpaces); in alignArrayInitializersLeftJustified()
|