Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp642 bool EndsWithComment = false; in tryMergeShortCaseLabels() local
655 EndsWithComment) { in tryMergeShortCaseLabels()
674 EndsWithComment = true; in tryMergeShortCaseLabels()
H A DFormat.cpp1898 bool EndsWithComment = false; in removeBraces() local
1911 (!Token->Previous && EndsWithComment) || in removeBraces()
1922 EndsWithComment = Line->Last->is(tok::comment); in removeBraces()