Searched refs:TheLine (Results 1 – 4 of 4) sorted by relevance
168 const AnnotatedLine *TheLine = *I; in tryFitMultipleLinesInOne() local169 if (TheLine->Last->is(TT_LineComment)) in tryFitMultipleLinesInOne()173 if (TheLine->InPPDirective && in tryFitMultipleLinesInOne()184 Limit = TheLine->Last->TotalLength > Limit in tryFitMultipleLinesInOne()186 : Limit - TheLine->Last->TotalLength; in tryFitMultipleLinesInOne()195 TheLine->Level != 0); in tryFitMultipleLinesInOne()197 if (TheLine->Last->is(TT_FunctionLBrace) && in tryFitMultipleLinesInOne()198 TheLine->First != TheLine->Last) { in tryFitMultipleLinesInOne()201 if (TheLine->Last->is(tok::l_brace)) { in tryFitMultipleLinesInOne()212 if (Limit <= 2 || (Style.ColumnLimit == 0 && containsMustBreak(TheLine))) in tryFitMultipleLinesInOne()[all …]
128 void TokenAnalyzer::consumeUnwrappedLine(const UnwrappedLine &TheLine) { in consumeUnwrappedLine() argument130 UnwrappedLines.back().push_back(TheLine); in consumeUnwrappedLine()
92 void consumeUnwrappedLine(const UnwrappedLine &TheLine) override;
495 SPIRVLine(const SPIRVEntry *TheTarget, SPIRVId TheFileName, SPIRVWord TheLine, in SPIRVLine() argument497 :SPIRVAnnotation(TheTarget, WC), FileName(TheFileName), Line(TheLine), in SPIRVLine()