Searched refs:TheLine (Results 1 – 3 of 3) sorted by relevance
199 if (TheLine->InPPDirective && in tryFitMultipleLinesInOne()215 TheLine->First == TheLine->Last && in tryFitMultipleLinesInOne()221 if (TheLine->Last->is(tok::l_brace) && TheLine->First == TheLine->Last && in tryFitMultipleLinesInOne()250 TheLine->Level != 0); in tryFitMultipleLinesInOne()286 TheLine->First != TheLine->Last) { in tryFitMultipleLinesInOne()290 if (TheLine->Last->is(tok::l_brace) && TheLine->First != TheLine->Last && in tryFitMultipleLinesInOne()305 if (TheLine->First->is(tok::l_brace) && TheLine->First == TheLine->Last && in tryFitMultipleLinesInOne()377 if (TheLine->InPPDirective && in tryFitMultipleLinesInOne()378 (TheLine->First->HasUnescapedNewline || TheLine->First->IsFirst)) { in tryFitMultipleLinesInOne()1105 TheLine.First->NewlinesBefore > 0 || TheLine.First->IsFirst; in format()[all …]
115 void TokenAnalyzer::consumeUnwrappedLine(const UnwrappedLine &TheLine) { in consumeUnwrappedLine() argument117 UnwrappedLines.back().push_back(TheLine); in consumeUnwrappedLine()
97 void consumeUnwrappedLine(const UnwrappedLine &TheLine) override;