Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp397 unsigned openingLine = TheLine->MatchingOpeningBlockLineIndex - 1; in tryFitMultipleLinesInOne() local
401 openingLine == I[i + 1]->MatchingOpeningBlockLineIndex; in tryFitMultipleLinesInOne()
402 i++, --openingLine) { in tryFitMultipleLinesInOne()