Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Format/
H A DWhitespaceManager.cpp1161 auto ThisNetWidth = in alignArrayInitializersRightJustified() local
1166 if (ThisNetWidth < MaxNetWidth) in alignArrayInitializersRightJustified()
1167 Changes[CellIter->Index].Spaces = (MaxNetWidth - ThisNetWidth); in alignArrayInitializersRightJustified()
1174 ThisNetWidth = getNetWidth(Start, End, CellDescs.InitialSpaces); in alignArrayInitializersRightJustified()
1175 if (ThisNetWidth < MaxNetWidth) in alignArrayInitializersRightJustified()
1176 Changes[Next->Index].Spaces = (MaxNetWidth - ThisNetWidth); in alignArrayInitializersRightJustified()
1222 auto ThisNetWidth = in alignArrayInitializersLeftJustified() local
1226 MaxNetWidth - ThisNetWidth + in alignArrayInitializersLeftJustified()
1237 auto ThisNetWidth = getNetWidth(Start, End, CellDescs.InitialSpaces); in alignArrayInitializersLeftJustified() local
1240 MaxNetWidth - ThisNetWidth + in alignArrayInitializersLeftJustified()