Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Format/
DWhitespaceManager.h181 struct CellDescription { struct
186 CellDescription *NextColumnElement = nullptr; argument
188 constexpr bool operator==(const CellDescription &Other) const {
192 constexpr bool operator!=(const CellDescription &Other) const {
198 SmallVector<CellDescription> Cells;
273 static bool isSplitCell(const CellDescription &Cell);
DWhitespaceManager.cpp1248 bool WhitespaceManager::isSplitCell(const CellDescription &Cell) { in isSplitCell()
1268 SmallVector<CellDescription> Cells; in getCells()
1303 Cells.push_back(CellDescription{i, ++Cell, i + 1, false, nullptr}); in getCells()
1371 Cells.push_back(CellDescription{i, Cell, i, HasSplit, nullptr}); in getCells()