Searched refs:CompactedLine (Results 1 – 1 of 1) sorted by relevance
384 for (auto *CompactedLine = I + J; CompactedLine <= ClosingLine; in tryFitMultipleLinesInOne() local385 ++CompactedLine) { in tryFitMultipleLinesInOne()386 if (!(*CompactedLine)->InPPDirective) { in tryFitMultipleLinesInOne()387 const int Level = (*CompactedLine)->Level; in tryFitMultipleLinesInOne()388 (*CompactedLine)->Level = std::max(Level - OutdentBy, 0); in tryFitMultipleLinesInOne()