Home
last modified time | relevance | path

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

/external/bsdiff/
D.clang-format3 MaxEmptyLinesToKeep: 2
/external/boringssl/src/
D.clang-format2 MaxEmptyLinesToKeep: 3
/external/v8/
D.clang-format4 MaxEmptyLinesToKeep: 1
/external/clang/include/clang/Format/
DFormat.h485 unsigned MaxEmptyLinesToKeep; member
687 MaxEmptyLinesToKeep == R.MaxEmptyLinesToKeep &&
/external/jsoncpp/
D.clang-format21 MaxEmptyLinesToKeep: 1
/external/mesa3d/src/gallium/drivers/swr/
D.clang-format30 MaxEmptyLinesToKeep: 2
/external/libvpx/libvpx/
D.clang-format66 MaxEmptyLinesToKeep: 1
/external/skia/
D.clang-format75 MaxEmptyLinesToKeep: 1
/external/vixl/
D.clang-format30 MaxEmptyLinesToKeep: 2
/external/clang/lib/Format/
DFormat.cpp323 IO.mapOptional("MaxEmptyLinesToKeep", Style.MaxEmptyLinesToKeep); in mapping()
538 LLVMStyle.MaxEmptyLinesToKeep = 1; in getLLVMStyle()
616 GoogleStyle.MaxEmptyLinesToKeep = 3; in getGoogleStyle()
DUnwrappedLineFormatter.cpp918 std::min(RootToken.NewlinesBefore, Style.MaxEmptyLinesToKeep + 1); in formatFirstToken()
DContinuationIndenter.cpp539 1u, std::min(Current.NewlinesBefore, Style.MaxEmptyLinesToKeep + 1)); in addTokenOnNewLine()
DTokenAnnotator.cpp2254 if (Right.NewlinesBefore > 1 && Style.MaxEmptyLinesToKeep > 0) in mustBreakBefore()
/external/clang/docs/
DClangFormatStyleOptions.rst599 **MaxEmptyLinesToKeep** (``unsigned``)
/external/clang/unittests/Format/
DFormatTest.cpp8085 NoEmptyLines.MaxEmptyLinesToKeep = 0; in TEST_F()
10212 CHECK_PARSE("MaxEmptyLinesToKeep: 1234", MaxEmptyLinesToKeep, 1234u); in TEST_F()