Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h608 unsigned OverEmptyLines; member
611 return Kind == R.Kind && OverEmptyLines == R.OverEmptyLines;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp1099 NewLineThreshold = Style.AlignTrailingComments.OverEmptyLines + 1; in alignTrailingComments()
H A DFormat.cpp791 IO.mapOptional("OverEmptyLines", Value.OverEmptyLines); in mapping()
1435 LLVMStyle.AlignTrailingComments.OverEmptyLines = 0; in getLLVMStyle()