Searched refs:LastNonComment (Results 1 – 1 of 1) sorted by relevance
332 const auto *LastNonComment = Line->getLastNonComment(); in tryFitMultipleLinesInOne() local335 assert(LastNonComment); in tryFitMultipleLinesInOne()336 return isRecordLBrace(*LastNonComment); in tryFitMultipleLinesInOne()405 const auto *LastNonComment = TheLine->getLastNonComment(); in tryFitMultipleLinesInOne() local406 assert(LastNonComment); in tryFitMultipleLinesInOne()411 if (LastNonComment->is(TT_FunctionLBrace) && in tryFitMultipleLinesInOne()412 TheLine->First != LastNonComment) { in tryFitMultipleLinesInOne()