Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp1102 for (auto i = 0U; i < CellDescs.CellCounts[0]; ++i, ++CellIter) { in alignArrayInitializersRightJustified()
1128 CellDescs.CellCounts[0], CellDescs.CellCounts.size()); in alignArrayInitializersRightJustified()
1135 auto *Start = (Cells.begin() + RowCount * CellDescs.CellCounts[0]); in alignArrayInitializersRightJustified()
1181 for (auto i = 1U; i < CellDescs.CellCounts[0]; i++, ++CellIter) { in alignArrayInitializersLeftJustified()
1184 CellDescs.CellCounts[0], CellDescs.CellCounts.size()); in alignArrayInitializersLeftJustified()
1196 if (RowCount > CellDescs.CellCounts.size()) in alignArrayInitializersLeftJustified()
1198 auto *Start = (Cells.begin() + RowCount * CellDescs.CellCounts[0]); in alignArrayInitializersLeftJustified()
1227 SmallVector<unsigned> CellCounts; in getCells() local
1267 CellCounts.push_back(C.Tok->Previous->isNot(tok::comma) ? Cell + 1 in getCells()
1338 return linkCells({Cells, CellCounts, InitialSpaces}); in getCells()