Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp342 const FormatToken *LastNonComment = Line->Last; in tryFitMultipleLinesInOne() local
343 assert(LastNonComment); in tryFitMultipleLinesInOne()
344 if (LastNonComment->is(tok::comment)) { in tryFitMultipleLinesInOne()
345 LastNonComment = LastNonComment->getPreviousNonComment(); in tryFitMultipleLinesInOne()
348 assert(LastNonComment); in tryFitMultipleLinesInOne()
350 return isRecordLBrace(*LastNonComment); in tryFitMultipleLinesInOne()