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.h167 FormatToken *getLastNonComment() const { in getLastNonComment() function
H A DUnwrappedLineFormatter.cpp332 const auto *LastNonComment = Line->getLastNonComment(); in tryFitMultipleLinesInOne()
405 const auto *LastNonComment = TheLine->getLastNonComment(); in tryFitMultipleLinesInOne()
H A DUnwrappedLineParser.cpp2780 static FormatToken *getLastNonComment(const UnwrappedLine &Line) { in getLastNonComment() function
2794 ? getLastNonComment(*Line) in parseUnbracedBody()
2815 if (!L.InPPDirective && getLastNonComment(L)) { in parseUnbracedBody()