Searched refs:LastNonComment (Results 1 – 1 of 1) sorted by relevance
348 const auto *LastNonComment = Line->getLastNonComment(); in tryFitMultipleLinesInOne() local351 assert(LastNonComment); in tryFitMultipleLinesInOne()352 return isRecordLBrace(*LastNonComment); in tryFitMultipleLinesInOne()413 const auto *LastNonComment = TheLine->getLastNonComment(); in tryFitMultipleLinesInOne() local414 assert(LastNonComment); in tryFitMultipleLinesInOne()419 if (LastNonComment->is(TT_FunctionLBrace) && in tryFitMultipleLinesInOne()420 TheLine->First != LastNonComment) { in tryFitMultipleLinesInOne()