Home
last modified time | relevance | path

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

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