Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h443 unsigned MaxEmptyLinesToKeep; member
640 MaxEmptyLinesToKeep == R.MaxEmptyLinesToKeep &&
/external/bsdiff/
D.clang-format3 MaxEmptyLinesToKeep: 2
/external/boringssl/src/
D.clang-format2 MaxEmptyLinesToKeep: 3
/external/jsoncpp/
D.clang-format21 MaxEmptyLinesToKeep: 1
/external/clang/lib/Format/
DFormat.cpp299 IO.mapOptional("MaxEmptyLinesToKeep", Style.MaxEmptyLinesToKeep); in mapping()
510 LLVMStyle.MaxEmptyLinesToKeep = 1; in getLLVMStyle()
585 GoogleStyle.MaxEmptyLinesToKeep = 3; in getGoogleStyle()
DUnwrappedLineFormatter.cpp914 std::min(RootToken.NewlinesBefore, Style.MaxEmptyLinesToKeep + 1); in formatFirstToken()
DContinuationIndenter.cpp503 1u, std::min(Current.NewlinesBefore, Style.MaxEmptyLinesToKeep + 1)); in addTokenOnNewLine()
DTokenAnnotator.cpp2124 if (Right.NewlinesBefore > 1 && Style.MaxEmptyLinesToKeep > 0) in mustBreakBefore()
/external/clang/docs/
DClangFormatStyleOptions.rst522 **MaxEmptyLinesToKeep** (``unsigned``)
/external/clang/unittests/Format/
DFormatTest.cpp7875 NoEmptyLines.MaxEmptyLinesToKeep = 0; in TEST_F()
9775 CHECK_PARSE("MaxEmptyLinesToKeep: 1234", MaxEmptyLinesToKeep, 1234u); in TEST_F()