Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineParser.cpp3116 bool JustComments = Line->Tokens.empty(); in flushComments() local
3131 if (isOnNewLine(**I) && JustComments && !(*I)->ContinuesLineCommentSection) in flushComments()
3135 if (NewlineBeforeNext && JustComments) in flushComments()