Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h68 unsigned MaxEmptyLinesToKeep; member
392 MaxEmptyLinesToKeep == R.MaxEmptyLinesToKeep &&
/external/chromium_org/third_party/boringssl/src/
D.clang-format2 MaxEmptyLinesToKeep: 3
/external/chromium_org/v8/
D.clang-format4 MaxEmptyLinesToKeep: 2
/external/clang/lib/Format/
DFormat.cpp198 IO.mapOptional("MaxEmptyLinesToKeep", Style.MaxEmptyLinesToKeep); in mapping()
336 LLVMStyle.MaxEmptyLinesToKeep = 1; in getLLVMStyle()
390 GoogleStyle.MaxEmptyLinesToKeep = 3; in getGoogleStyle()
995 std::min(RootToken.NewlinesBefore, Style.MaxEmptyLinesToKeep + 1); in formatFirstToken()
DContinuationIndenter.cpp420 1u, std::min(Current.NewlinesBefore, Style.MaxEmptyLinesToKeep + 1)); in addTokenOnNewLine()
/external/clang/docs/
DClangFormatStyleOptions.rst277 **MaxEmptyLinesToKeep** (``unsigned``)
/external/clang/unittests/Format/
DFormatTest.cpp8142 CHECK_PARSE("MaxEmptyLinesToKeep: 1234", MaxEmptyLinesToKeep, 1234u); in TEST_F()