Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h322 unsigned getMaximumNetWidth(const I &CellStart, const I &CellStop, in getMaximumNetWidth() argument
325 auto MaxNetWidth = getNetWidth(CellStart, CellStop, InitialSpaces); in getMaximumNetWidth()
327 auto Offset = std::distance(CellStart, CellStop); in getMaximumNetWidth()
328 for (const auto *Next = CellStop->NextColumnElement; Next; in getMaximumNetWidth()