Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h178 struct CellDescription { struct
183 CellDescription *NextColumnElement = nullptr; argument
185 constexpr bool operator==(const CellDescription &Other) const {
189 constexpr bool operator!=(const CellDescription &Other) const {
195 SmallVector<CellDescription> Cells;
258 static bool isSplitCell(const CellDescription &Cell);
H A DWhitespaceManager.cpp1101 bool WhitespaceManager::isSplitCell(const CellDescription &Cell) { in isSplitCell()
1121 SmallVector<CellDescription> Cells; in getCells()
1155 Cells.push_back(CellDescription{i, ++Cell, i + 1, false, nullptr}); in getCells()
1211 Cells.push_back(CellDescription{i, Cell, i, HasSplit, nullptr}); in getCells()