Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h192 struct CellDescriptions { struct
193 SmallVector<CellDescription> Cells;
194 SmallVector<unsigned> CellCounts;
195 unsigned InitialSpaces = 0;
199 bool isRectangular() const { in isRectangular()