Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DWhitespaceManager.h200 unsigned InitialSpaces = 0; member
277 auto getNetWidth(const I &Start, const I &End, unsigned InitialSpaces) const { in getNetWidth() argument
278 auto NetWidth = InitialSpaces; in getNetWidth()
310 unsigned InitialSpaces, unsigned CellCount, in getMaximumNetWidth() argument
312 auto MaxNetWidth = getNetWidth(CellStart, CellStop, InitialSpaces); in getMaximumNetWidth()
322 std::max(MaxNetWidth, getNetWidth(Start, End, InitialSpaces)); in getMaximumNetWidth()
H A DWhitespaceManager.cpp1142 NetWidth = getNetWidth(Cells.begin(), CellIter, CellDescs.InitialSpaces); in alignArrayInitializersRightJustified()
1162 getNetWidth(Cells.begin(), CellIter, CellDescs.InitialSpaces); in alignArrayInitializersRightJustified()
1164 Cells.begin(), CellIter, CellDescs.InitialSpaces, in alignArrayInitializersRightJustified()
1174 ThisNetWidth = getNetWidth(Start, End, CellDescs.InitialSpaces); in alignArrayInitializersRightJustified()
1216 Changes[CellIter->Index].Spaces = CellDescs.InitialSpaces; in alignArrayInitializersLeftJustified()
1220 Cells.begin(), CellIter, CellDescs.InitialSpaces, in alignArrayInitializersLeftJustified()
1223 getNetWidth(Cells.begin(), CellIter, CellDescs.InitialSpaces); in alignArrayInitializersLeftJustified()
1237 auto ThisNetWidth = getNetWidth(Start, End, CellDescs.InitialSpaces); in alignArrayInitializersLeftJustified()
1265 unsigned InitialSpaces = 0; in getCells() local
1280 if (InitialSpaces == 0) { in getCells()
[all …]