Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h194 SmallVector<unsigned> CellCounts; member
200 if (CellCounts.size() < 2) in isRectangular()
203 for (auto NumberOfColumns : CellCounts) in isRectangular()
204 if (NumberOfColumns != CellCounts[0]) in isRectangular()
H A DWhitespaceManager.cpp1331 for (auto i = 0U; i < CellDescs.CellCounts[0]; ++i, ++CellIter) { in alignArrayInitializersRightJustified()
1357 CellDescs.CellCounts[0], CellDescs.CellCounts.size()); in alignArrayInitializersRightJustified()
1364 if (RowCount >= CellDescs.CellCounts.size()) in alignArrayInitializersRightJustified()
1366 auto *Start = (Cells.begin() + RowCount * CellDescs.CellCounts[0]); in alignArrayInitializersRightJustified()
1414 for (auto i = 1U; i < CellDescs.CellCounts[0]; i++, ++CellIter) { in alignArrayInitializersLeftJustified()
1417 CellDescs.CellCounts[0], CellDescs.CellCounts.size()); in alignArrayInitializersLeftJustified()
1430 if (RowCount >= CellDescs.CellCounts.size()) in alignArrayInitializersLeftJustified()
1432 auto *Start = (Cells.begin() + RowCount * CellDescs.CellCounts[0]); in alignArrayInitializersLeftJustified()
1461 SmallVector<unsigned> CellCounts; in getCells() local
1503 CellCounts.push_back(C.Tok->Previous->isNot(tok::comma) ? Cell + 1 in getCells()
[all …]