Searched refs:TheLine (Results 1 – 3 of 3) sorted by relevance
209 const AnnotatedLine *TheLine = *I; in tryFitMultipleLinesInOne() local210 if (TheLine->Last->is(TT_LineComment)) in tryFitMultipleLinesInOne()214 if (TheLine->InPPDirective && in tryFitMultipleLinesInOne()225 Limit = TheLine->Last->TotalLength > Limit in tryFitMultipleLinesInOne()227 : Limit - TheLine->Last->TotalLength; in tryFitMultipleLinesInOne()229 if (TheLine->Last->is(TT_FunctionLBrace) && in tryFitMultipleLinesInOne()230 TheLine->First == TheLine->Last && in tryFitMultipleLinesInOne()236 if (TheLine->Last->is(tok::l_brace) && TheLine->First == TheLine->Last && in tryFitMultipleLinesInOne()270 TheLine->Level != 0); in tryFitMultipleLinesInOne()273 if (auto nsToken = TheLine->First->getNamespaceToken()) { in tryFitMultipleLinesInOne()[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;