Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DWhitespaceManager.cpp1138 auto *CellIter = Cells.begin(); in alignArrayInitializersRightJustified() local
1211 auto *CellIter = Cells.begin(); in alignArrayInitializersLeftJustified() local
1403 for (auto *CellIter = Cells.begin(); CellIter != Cells.end(); ++CellIter) { in linkCells() local
H A DWhitespaceManager.h292 unsigned getMaximumCellWidth(I CellIter, unsigned NetWidth) const { in getMaximumCellWidth()