Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp1064 int NewLineThreshold = 1; in alignTrailingComments() local
1066 NewLineThreshold = Style.AlignTrailingComments.OverEmptyLines + 1; in alignTrailingComments()
1172 } else if (BreakBeforeNext || Newlines > NewLineThreshold || in alignTrailingComments()