Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp1355 auto ThisNetWidth = in alignArrayInitializersRightJustified() local
1360 if (ThisNetWidth < MaxNetWidth) in alignArrayInitializersRightJustified()
1361 Changes[CellIter->Index].Spaces = (MaxNetWidth - ThisNetWidth); in alignArrayInitializersRightJustified()
1370 ThisNetWidth = getNetWidth(Start, End, CellDescs.InitialSpaces); in alignArrayInitializersRightJustified()
1371 if (ThisNetWidth < MaxNetWidth) in alignArrayInitializersRightJustified()
1372 Changes[Next->Index].Spaces = (MaxNetWidth - ThisNetWidth); in alignArrayInitializersRightJustified()
1420 auto ThisNetWidth = in alignArrayInitializersLeftJustified() local
1424 MaxNetWidth - ThisNetWidth + in alignArrayInitializersLeftJustified()
1436 auto ThisNetWidth = getNetWidth(Start, End, CellDescs.InitialSpaces); in alignArrayInitializersLeftJustified() local
1439 MaxNetWidth - ThisNetWidth + in alignArrayInitializersLeftJustified()