Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h176 struct CellDescription { struct
181 CellDescription *NextColumnElement = nullptr; argument
183 constexpr bool operator==(const CellDescription &Other) const {
187 constexpr bool operator!=(const CellDescription &Other) const {
193 SmallVector<CellDescription> Cells;
285 static bool isSplitCell(const CellDescription &Cell);
H A DWhitespaceManager.cpp1447 bool WhitespaceManager::isSplitCell(const CellDescription &Cell) { in isSplitCell()
1467 SmallVector<CellDescription> Cells; in getCells()
1504 Cells.push_back(CellDescription{i, ++Cell, i + 1, false, nullptr}); in getCells()
1572 Cells.push_back(CellDescription{i, Cell, i, HasSplit, nullptr}); in getCells()