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.cpp230 const AnnotatedLine *TheLine = *I; in tryFitMultipleLinesInOne() local
231 if (TheLine->Last->is(TT_LineComment)) in tryFitMultipleLinesInOne()
236 if (TheLine->InPPDirective && in tryFitMultipleLinesInOne()
249 Limit = TheLine->Last->TotalLength > Limit in tryFitMultipleLinesInOne()
251 : Limit - TheLine->Last->TotalLength; in tryFitMultipleLinesInOne()
253 if (TheLine->Last->is(TT_FunctionLBrace) && in tryFitMultipleLinesInOne()
254 TheLine->First == TheLine->Last && in tryFitMultipleLinesInOne()
262 if (PreviousLine && TheLine->Last->is(tok::l_brace) && in tryFitMultipleLinesInOne()
263 TheLine->First == TheLine->Last) { in tryFitMultipleLinesInOne()
292 TheLine]() { in tryFitMultipleLinesInOne()
[all …]
H A DTokenAnalyzer.cpp151 void TokenAnalyzer::consumeUnwrappedLine(const UnwrappedLine &TheLine) { in consumeUnwrappedLine() argument
153 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()