Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DWhitespaceManager.h199 SmallVector<unsigned> CellCounts; member
205 if (CellCounts.empty()) in isRectangular()
208 for (auto NumberOfColumns : CellCounts) in isRectangular()
209 if (NumberOfColumns != CellCounts[0]) in isRectangular()
H A DWhitespaceManager.cpp1139 for (auto i = 0U; i < CellDescs.CellCounts[0]; ++i, ++CellIter) { in alignArrayInitializersRightJustified()
1165 CellDescs.CellCounts[0], CellDescs.CellCounts.size()); in alignArrayInitializersRightJustified()
1172 auto *Start = (Cells.begin() + RowCount * CellDescs.CellCounts[0]); in alignArrayInitializersRightJustified()
1218 for (auto i = 1U; i < CellDescs.CellCounts[0]; i++, ++CellIter) { in alignArrayInitializersLeftJustified()
1221 CellDescs.CellCounts[0], CellDescs.CellCounts.size()); in alignArrayInitializersLeftJustified()
1233 if (RowCount > CellDescs.CellCounts.size()) in alignArrayInitializersLeftJustified()
1235 auto *Start = (Cells.begin() + RowCount * CellDescs.CellCounts[0]); in alignArrayInitializersLeftJustified()
1264 SmallVector<unsigned> CellCounts; in getCells() local
1304 CellCounts.push_back(C.Tok->Previous->isNot(tok::comma) ? Cell + 1 in getCells()
1375 return linkCells({Cells, CellCounts, InitialSpaces}); in getCells()