Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.cpp203 bool HasSeparatingComment = false; in precomputeFormattingInfos() local
209 HasSeparatingComment = i > 0; in precomputeFormattingInfos()
251 if (Commas.size() < 5 || HasSeparatingComment) in precomputeFormattingInfos()