Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp1315 auto ThisNetWidth = in alignArrayInitializersRightJustified() local
1320 if (ThisNetWidth < MaxNetWidth) in alignArrayInitializersRightJustified()
1321 Changes[CellIter->Index].Spaces = (MaxNetWidth - ThisNetWidth); in alignArrayInitializersRightJustified()
1330 ThisNetWidth = getNetWidth(Start, End, CellDescs.InitialSpaces); in alignArrayInitializersRightJustified()
1331 if (ThisNetWidth < MaxNetWidth) in alignArrayInitializersRightJustified()
1332 Changes[Next->Index].Spaces = (MaxNetWidth - ThisNetWidth); in alignArrayInitializersRightJustified()
1380 auto ThisNetWidth = in alignArrayInitializersLeftJustified() local
1384 MaxNetWidth - ThisNetWidth + in alignArrayInitializersLeftJustified()
1396 auto ThisNetWidth = getNetWidth(Start, End, CellDescs.InitialSpaces); in alignArrayInitializersLeftJustified() local
1399 MaxNetWidth - ThisNetWidth + in alignArrayInitializersLeftJustified()