Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DWhitespaceManager.cpp1124 auto ThisNetWidth = in alignArrayInitializersRightJustified() local
1129 if (ThisNetWidth < MaxNetWidth) in alignArrayInitializersRightJustified()
1130 Changes[CellIter->Index].Spaces = (MaxNetWidth - ThisNetWidth); in alignArrayInitializersRightJustified()
1137 ThisNetWidth = getNetWidth(Start, End, CellDescs.InitialSpaces); in alignArrayInitializersRightJustified()
1138 if (ThisNetWidth < MaxNetWidth) in alignArrayInitializersRightJustified()
1139 Changes[Next->Index].Spaces = (MaxNetWidth - ThisNetWidth); in alignArrayInitializersRightJustified()
1185 auto ThisNetWidth = in alignArrayInitializersLeftJustified() local
1189 MaxNetWidth - ThisNetWidth + in alignArrayInitializersLeftJustified()
1200 auto ThisNetWidth = getNetWidth(Start, End, CellDescs.InitialSpaces); in alignArrayInitializersLeftJustified() local
1203 MaxNetWidth - ThisNetWidth + in alignArrayInitializersLeftJustified()