Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatToken.cpp185 bool HasSeparatingComment = false; in precomputeFormattingInfos() local
190 HasSeparatingComment = i > 0; in precomputeFormattingInfos()
231 if (Commas.size() < 5 || HasSeparatingComment) in precomputeFormattingInfos()