Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h325 auto MaxNetWidth = getNetWidth(CellStart, CellStop, InitialSpaces); in getMaximumNetWidth() local
334 MaxNetWidth = in getMaximumNetWidth()
335 std::max(MaxNetWidth, getNetWidth(Start, End, InitialSpaces)); in getMaximumNetWidth()
338 return MaxNetWidth; in getMaximumNetWidth()
H A DWhitespaceManager.cpp1355 auto MaxNetWidth = getMaximumNetWidth( in alignArrayInitializersRightJustified() local
1358 if (ThisNetWidth < MaxNetWidth) in alignArrayInitializersRightJustified()
1359 Changes[CellIter->Index].Spaces = (MaxNetWidth - ThisNetWidth); in alignArrayInitializersRightJustified()
1369 if (ThisNetWidth < MaxNetWidth) in alignArrayInitializersRightJustified()
1370 Changes[Next->Index].Spaces = (MaxNetWidth - ThisNetWidth); in alignArrayInitializersRightJustified()
1415 auto MaxNetWidth = getMaximumNetWidth( in alignArrayInitializersLeftJustified() local
1422 MaxNetWidth - ThisNetWidth + in alignArrayInitializersLeftJustified()
1437 MaxNetWidth - ThisNetWidth + in alignArrayInitializersLeftJustified()