Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp348 const auto *LastNonComment = Line->getLastNonComment(); in tryFitMultipleLinesInOne() local
351 assert(LastNonComment); in tryFitMultipleLinesInOne()
352 return isRecordLBrace(*LastNonComment); in tryFitMultipleLinesInOne()
413 const auto *LastNonComment = TheLine->getLastNonComment(); in tryFitMultipleLinesInOne() local
414 assert(LastNonComment); in tryFitMultipleLinesInOne()
419 if (LastNonComment->is(TT_FunctionLBrace) && in tryFitMultipleLinesInOne()
420 TheLine->First != LastNonComment) { in tryFitMultipleLinesInOne()