Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp253 const AnnotatedLine *TheLine = *I; in tryFitMultipleLinesInOne() local
259 if (TheLine->InPPDirective && in tryFitMultipleLinesInOne()
276 TheLine->First == TheLine->Last && in tryFitMultipleLinesInOne()
285 TheLine->First == TheLine->Last) { in tryFitMultipleLinesInOne()
329 if (TheLine->Level != 0) { in tryFitMultipleLinesInOne()
425 if (TheLine->Last->is(tok::l_brace) && FirstNonComment != TheLine->Last && in tryFitMultipleLinesInOne()
437 (TheLine->First->is(tok::r_brace) && TheLine->First->Next && in tryFitMultipleLinesInOne()
594 if (TheLine->InPPDirective && in tryFitMultipleLinesInOne()
595 (TheLine->First->HasUnescapedNewline || TheLine->First->IsFirst)) { in tryFitMultipleLinesInOne()
1420 TheLine.First->NewlinesBefore > 0 || TheLine.First->IsFirst; in format()
[all …]
H A DTokenAnalyzer.cpp154 void TokenAnalyzer::consumeUnwrappedLine(const UnwrappedLine &TheLine) { in consumeUnwrappedLine() argument
156 UnwrappedLines.back().push_back(TheLine); in consumeUnwrappedLine()
H A DTokenAnalyzer.h101 void consumeUnwrappedLine(const UnwrappedLine &TheLine) override;
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVLocation.cpp440 std::string TheLine; in getIntervalInfo() local
441 TheLine = Line->lineNumberAsStringStripped(); in getIntervalInfo()
442 Stream << TheLine.c_str(); in getIntervalInfo()