Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h294 unsigned getMaximumNetWidth(const I &CellStart, const I &CellStop, in getMaximumNetWidth() argument
297 auto MaxNetWidth = getNetWidth(CellStart, CellStop, InitialSpaces); in getMaximumNetWidth()
299 auto Offset = std::distance(CellStart, CellStop); in getMaximumNetWidth()
302 auto Start = (CellStart + RowCount * CellCount); in getMaximumNetWidth()