Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp1292 auto *CellIter = Cells.begin(); alignArrayInitializersRightJustified() local
1368 auto *CellIter = Cells.begin(); alignArrayInitializersLeftJustified() local
1564 for (auto *CellIter = Cells.begin(); CellIter != Cells.end(); ++CellIter) { linkCells() local
[all...]
H A DWhitespaceManager.h296 getMaximumCellWidth(I CellIter,unsigned NetWidth) getMaximumCellWidth() argument