Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp1163 auto MaxNetWidth = getMaximumNetWidth( in alignArrayInitializersRightJustified() local
1166 if (ThisNetWidth < MaxNetWidth) in alignArrayInitializersRightJustified()
1167 Changes[CellIter->Index].Spaces = (MaxNetWidth - ThisNetWidth); in alignArrayInitializersRightJustified()
1175 if (ThisNetWidth < MaxNetWidth) in alignArrayInitializersRightJustified()
1176 Changes[Next->Index].Spaces = (MaxNetWidth - ThisNetWidth); in alignArrayInitializersRightJustified()
1219 auto MaxNetWidth = getMaximumNetWidth( in alignArrayInitializersLeftJustified() local
1226 MaxNetWidth - ThisNetWidth + in alignArrayInitializersLeftJustified()
1240 MaxNetWidth - ThisNetWidth + in alignArrayInitializersLeftJustified()