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.cpp396 unsigned openingLine = TheLine->MatchingOpeningBlockLineIndex - 1; in tryFitMultipleLinesInOne() local
400 openingLine == I[i + 1]->MatchingOpeningBlockLineIndex; in tryFitMultipleLinesInOne()
401 i++, --openingLine) { in tryFitMultipleLinesInOne()