Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp255 unsigned closingLine = TheLine->MatchingClosingBlockLineIndex - 1; in tryFitMultipleLinesInOne() local
257 closingLine == I[i + 1]->MatchingClosingBlockLineIndex && in tryFitMultipleLinesInOne()
259 i++, closingLine--) { in tryFitMultipleLinesInOne()