Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DWhitespaceManager.h312 auto MaxNetWidth = getNetWidth(CellStart, CellStop, InitialSpaces); in getMaximumNetWidth() local
321 MaxNetWidth = in getMaximumNetWidth()
322 std::max(MaxNetWidth, getNetWidth(Start, End, InitialSpaces)); in getMaximumNetWidth()
325 return MaxNetWidth; in getMaximumNetWidth()
H A DWhitespaceManager.cpp1126 auto MaxNetWidth = getMaximumNetWidth( in alignArrayInitializersRightJustified() local
1129 if (ThisNetWidth < MaxNetWidth) in alignArrayInitializersRightJustified()
1130 Changes[CellIter->Index].Spaces = (MaxNetWidth - ThisNetWidth); in alignArrayInitializersRightJustified()
1138 if (ThisNetWidth < MaxNetWidth) in alignArrayInitializersRightJustified()
1139 Changes[Next->Index].Spaces = (MaxNetWidth - ThisNetWidth); in alignArrayInitializersRightJustified()
1182 auto MaxNetWidth = getMaximumNetWidth( in alignArrayInitializersLeftJustified() local
1189 MaxNetWidth - ThisNetWidth + in alignArrayInitializersLeftJustified()
1203 MaxNetWidth - ThisNetWidth + in alignArrayInitializersLeftJustified()