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.cpp332 const auto *LastNonComment = Line->getLastNonComment(); in tryFitMultipleLinesInOne() local
335 assert(LastNonComment); in tryFitMultipleLinesInOne()
336 return isRecordLBrace(*LastNonComment); in tryFitMultipleLinesInOne()
405 const auto *LastNonComment = TheLine->getLastNonComment(); in tryFitMultipleLinesInOne() local
406 assert(LastNonComment); in tryFitMultipleLinesInOne()
411 if (LastNonComment->is(TT_FunctionLBrace) && in tryFitMultipleLinesInOne()
412 TheLine->First != LastNonComment) { in tryFitMultipleLinesInOne()