Home
last modified time | relevance | path

Searched defs:CellIter (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp1332 auto *CellIter = Cells.begin(); in alignArrayInitializersRightJustified() local
1408 auto *CellIter = Cells.begin(); in alignArrayInitializersLeftJustified() local
1604 for (auto *CellIter = Cells.begin(); CellIter != Cells.end(); ++CellIter) { in linkCells() local
H A DWhitespaceManager.h305 unsigned getMaximumCellWidth(I CellIter, unsigned NetWidth) const { in getMaximumCellWidth()