Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h1285 unsigned MaxEmptyLinesToKeep; member
1774 MaxEmptyLinesToKeep == R.MaxEmptyLinesToKeep &&
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DContinuationIndenter.cpp829 unsigned MaxEmptyLinesToKeep = Style.MaxEmptyLinesToKeep + 1; in addTokenOnNewLine() local
837 MaxEmptyLinesToKeep = 1; in addTokenOnNewLine()
840 1u, std::min(Current.NewlinesBefore, MaxEmptyLinesToKeep)); in addTokenOnNewLine()
H A DFormat.cpp424 IO.mapOptional("MaxEmptyLinesToKeep", Style.MaxEmptyLinesToKeep); in mapping()
680 LLVMStyle.MaxEmptyLinesToKeep = 1; in getLLVMStyle()
820 GoogleStyle.MaxEmptyLinesToKeep = 3; in getGoogleStyle()
H A DUnwrappedLineFormatter.cpp1149 std::min(RootToken.NewlinesBefore, Style.MaxEmptyLinesToKeep + 1); in formatFirstToken()
H A DTokenAnnotator.cpp2840 if (Right.NewlinesBefore > 1 && Style.MaxEmptyLinesToKeep > 0) in mustBreakBefore()