Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp252 const AnnotatedLine *TheLine = *I; in tryFitMultipleLinesInOne() local
253 if (TheLine->Last->is(TT_LineComment)) in tryFitMultipleLinesInOne()
258 if (TheLine->InPPDirective && in tryFitMultipleLinesInOne()
270 Limit = TheLine->Last->TotalLength > Limit in tryFitMultipleLinesInOne()
272 : Limit - TheLine->Last->TotalLength; in tryFitMultipleLinesInOne()
274 if (TheLine->Last->is(TT_FunctionLBrace) && in tryFitMultipleLinesInOne()
275 TheLine->First == TheLine->Last && in tryFitMultipleLinesInOne()
283 if (PreviousLine && TheLine->Last->is(tok::l_brace) && in tryFitMultipleLinesInOne()
284 TheLine->First == TheLine->Last) { in tryFitMultipleLinesInOne()
313 TheLine]() { in tryFitMultipleLinesInOne()
[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.h90 void consumeUnwrappedLine(const UnwrappedLine &TheLine) override;
/freebsd/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()