Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h71 unsigned MaxEmptyLinesToKeep; member
449 MaxEmptyLinesToKeep == R.MaxEmptyLinesToKeep &&
/external/boringssl/src/
D.clang-format2 MaxEmptyLinesToKeep: 3
/external/clang/lib/Format/
DFormat.cpp216 IO.mapOptional("MaxEmptyLinesToKeep", Style.MaxEmptyLinesToKeep); in mapping()
362 LLVMStyle.MaxEmptyLinesToKeep = 1; in getLLVMStyle()
430 GoogleStyle.MaxEmptyLinesToKeep = 3; in getGoogleStyle()
DUnwrappedLineFormatter.cpp494 std::min(RootToken.NewlinesBefore, Style.MaxEmptyLinesToKeep + 1); in formatFirstToken()
DContinuationIndenter.cpp458 1u, std::min(Current.NewlinesBefore, Style.MaxEmptyLinesToKeep + 1)); in addTokenOnNewLine()
/external/clang/docs/
DClangFormatStyleOptions.rst374 **MaxEmptyLinesToKeep** (``unsigned``)
/external/clang/unittests/Format/
DFormatTest.cpp8947 CHECK_PARSE("MaxEmptyLinesToKeep: 1234", MaxEmptyLinesToKeep, 1234u); in TEST_F()