Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp380 unsigned openingLine = TheLine->MatchingOpeningBlockLineIndex - 1; in tryFitMultipleLinesInOne() local
384 openingLine == I[i + 1]->MatchingOpeningBlockLineIndex; in tryFitMultipleLinesInOne()
385 i++, --openingLine) { in tryFitMultipleLinesInOne()