Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Format/
H A DWhitespaceManager.cpp947 unsigned int NewLineThreshold = 1; in alignTrailingComments() local
949 NewLineThreshold = Style.AlignTrailingComments.OverEmptyLines + 1; in alignTrailingComments()
1019 } else if (BreakBeforeNext || Newlines > NewLineThreshold || in alignTrailingComments()