Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h297 auto MaxNetWidth = getNetWidth(CellStart, CellStop, InitialSpaces); in getMaximumNetWidth() local
304 MaxNetWidth = in getMaximumNetWidth()
305 std::max(MaxNetWidth, getNetWidth(Start, End, InitialSpaces)); in getMaximumNetWidth()
308 return MaxNetWidth; in getMaximumNetWidth()
H A DWhitespaceManager.cpp1022 auto MaxNetWidth = in alignArrayInitializersRightJustified() local
1025 if (ThisNetWidth < MaxNetWidth) in alignArrayInitializersRightJustified()
1026 Changes[CellIter->Index].Spaces = (MaxNetWidth - ThisNetWidth); in alignArrayInitializersRightJustified()
1034 if (ThisNetWidth < MaxNetWidth) in alignArrayInitializersRightJustified()
1035 Changes[Next->Index].Spaces = (MaxNetWidth - ThisNetWidth); in alignArrayInitializersRightJustified()
1075 auto MaxNetWidth = getMaximumNetWidth( in alignArrayInitializersLeftJustified() local
1081 MaxNetWidth - ThisNetWidth + in alignArrayInitializersLeftJustified()
1093 MaxNetWidth - ThisNetWidth + in alignArrayInitializersLeftJustified()