Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DFormatToken.cpp210 bool HasSeparatingComment = false; in precomputeFormattingInfos() local
216 HasSeparatingComment = i > 0; in precomputeFormattingInfos()
258 if (Commas.size() < 5 || HasSeparatingComment) in precomputeFormattingInfos()