Home
last modified time | relevance | path

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

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