Home
last modified time | relevance | path

Searched refs:TheLine (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp216 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 …]
H A DTokenAnalyzer.cpp119 void TokenAnalyzer::consumeUnwrappedLine(const UnwrappedLine &TheLine) { in consumeUnwrappedLine() argument
121 UnwrappedLines.back().push_back(TheLine); in consumeUnwrappedLine()
H A DTokenAnalyzer.h92 void consumeUnwrappedLine(const UnwrappedLine &TheLine) override;