Home
last modified time | relevance | path

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

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