Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineParser.cpp2493 static FormatToken *getLastNonComment(const UnwrappedLine &Line) { in getLastNonComment() function
2506 Tok = getLastNonComment(*Line); in parseUnbracedBody()
2524 if (!L.InPPDirective && getLastNonComment(L)) { in parseUnbracedBody()