Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h316 auto MaxNetWidth = getNetWidth(CellStart, CellStop, InitialSpaces); in getMaximumNetWidth() local
325 MaxNetWidth = in getMaximumNetWidth()
326 std::max(MaxNetWidth, getNetWidth(Start, End, InitialSpaces)); in getMaximumNetWidth()
329 return MaxNetWidth; in getMaximumNetWidth()
H A DWhitespaceManager.cpp1317 auto MaxNetWidth = getMaximumNetWidth( in alignArrayInitializersRightJustified() local
1320 if (ThisNetWidth < MaxNetWidth) in alignArrayInitializersRightJustified()
1321 Changes[CellIter->Index].Spaces = (MaxNetWidth - ThisNetWidth); in alignArrayInitializersRightJustified()
1331 if (ThisNetWidth < MaxNetWidth) in alignArrayInitializersRightJustified()
1332 Changes[Next->Index].Spaces = (MaxNetWidth - ThisNetWidth); in alignArrayInitializersRightJustified()
1377 auto MaxNetWidth = getMaximumNetWidth( in alignArrayInitializersLeftJustified() local
1384 MaxNetWidth - ThisNetWidth + in alignArrayInitializersLeftJustified()
1399 MaxNetWidth - ThisNetWidth + in alignArrayInitializersLeftJustified()