Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp199 if (TheLine->InPPDirective && in tryFitMultipleLinesInOne()
215 TheLine->First == TheLine->Last && in tryFitMultipleLinesInOne()
221 if (TheLine->Last->is(tok::l_brace) && TheLine->First == TheLine->Last && in tryFitMultipleLinesInOne()
250 TheLine->Level != 0); in tryFitMultipleLinesInOne()
286 TheLine->First != TheLine->Last) { in tryFitMultipleLinesInOne()
290 if (TheLine->Last->is(tok::l_brace) && TheLine->First != TheLine->Last && in tryFitMultipleLinesInOne()
305 if (TheLine->First->is(tok::l_brace) && TheLine->First == TheLine->Last && in tryFitMultipleLinesInOne()
377 if (TheLine->InPPDirective && in tryFitMultipleLinesInOne()
378 (TheLine->First->HasUnescapedNewline || TheLine->First->IsFirst)) { in tryFitMultipleLinesInOne()
1105 TheLine.First->NewlinesBefore > 0 || TheLine.First->IsFirst; in format()
[all …]
H A DTokenAnalyzer.cpp115 void TokenAnalyzer::consumeUnwrappedLine(const UnwrappedLine &TheLine) { in consumeUnwrappedLine() argument
117 UnwrappedLines.back().push_back(TheLine); in consumeUnwrappedLine()
H A DTokenAnalyzer.h97 void consumeUnwrappedLine(const UnwrappedLine &TheLine) override;