Searched refs:TheLine (Results 1 – 3 of 3) sorted by relevance
216 if (TheLine->InPPDirective && in tryFitMultipleLinesInOne()232 TheLine->First == TheLine->Last && in tryFitMultipleLinesInOne()238 if (TheLine->Last->is(tok::l_brace) && TheLine->First == TheLine->Last && in tryFitMultipleLinesInOne()272 TheLine->Level != 0); in tryFitMultipleLinesInOne()311 TheLine->First != TheLine->Last) { in tryFitMultipleLinesInOne()315 if (TheLine->Last->is(tok::l_brace) && TheLine->First != TheLine->Last && in tryFitMultipleLinesInOne()326 (TheLine->First->is(tok::r_brace) && TheLine->First->Next && in tryFitMultipleLinesInOne()451 if (TheLine->InPPDirective && in tryFitMultipleLinesInOne()452 (TheLine->First->HasUnescapedNewline || TheLine->First->IsFirst)) { in tryFitMultipleLinesInOne()1213 TheLine.First->NewlinesBefore > 0 || TheLine.First->IsFirst; in format()[all …]
119 void TokenAnalyzer::consumeUnwrappedLine(const UnwrappedLine &TheLine) { in consumeUnwrappedLine() argument121 UnwrappedLines.back().push_back(TheLine); in consumeUnwrappedLine()
92 void consumeUnwrappedLine(const UnwrappedLine &TheLine) override;