Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.h160 FormatToken *getLastNonComment() const { in getLastNonComment() function
H A DUnwrappedLineFormatter.cpp348 const auto *LastNonComment = Line->getLastNonComment(); in tryFitMultipleLinesInOne()
413 const auto *LastNonComment = TheLine->getLastNonComment(); in tryFitMultipleLinesInOne()
H A DUnwrappedLineParser.cpp2715 static FormatToken *getLastNonComment(const UnwrappedLine &Line) { in getLastNonComment() function
2729 ? getLastNonComment(*Line) in parseUnbracedBody()
2750 if (!L.InPPDirective && getLastNonComment(L)) { in parseUnbracedBody()