Searched refs:TheLine (Results 1 – 3 of 3) sorted by relevance
246 const AnnotatedLine *TheLine = *I; in tryFitMultipleLinesInOne() local247 if (TheLine->Last->is(TT_LineComment)) in tryFitMultipleLinesInOne()252 if (TheLine->InPPDirective && in tryFitMultipleLinesInOne()264 Limit = TheLine->Last->TotalLength > Limit in tryFitMultipleLinesInOne()266 : Limit - TheLine->Last->TotalLength; in tryFitMultipleLinesInOne()268 if (TheLine->Last->is(TT_FunctionLBrace) && in tryFitMultipleLinesInOne()269 TheLine->First == TheLine->Last && in tryFitMultipleLinesInOne()277 if (PreviousLine && TheLine->Last->is(tok::l_brace) && in tryFitMultipleLinesInOne()278 TheLine->First == TheLine->Last) { in tryFitMultipleLinesInOne()307 TheLine]() { in tryFitMultipleLinesInOne()[all …]
154 void TokenAnalyzer::consumeUnwrappedLine(const UnwrappedLine &TheLine) { in consumeUnwrappedLine() argument156 UnwrappedLines.back().push_back(TheLine); in consumeUnwrappedLine()
101 void consumeUnwrappedLine(const UnwrappedLine &TheLine) override;