Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineParser.cpp2670 static FormatToken *getLastNonComment(const UnwrappedLine &Line) { in getLastNonComment() function
2684 ? getLastNonComment(*Line) in parseUnbracedBody()
2703 if (!L.InPPDirective && getLastNonComment(L)) { in parseUnbracedBody()