Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/
H A D.clang-format66 KeepEmptyLinesAtTheStartOfBlocks: false
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h2563 bool KeepEmptyLinesAtTheStartOfBlocks; member
3923 KeepEmptyLinesAtTheStartOfBlocks ==
3924 R.KeepEmptyLinesAtTheStartOfBlocks &&
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DFormat.cpp284 Style.KeepEmptyLinesAtTheStartOfBlocks = true; in formatIncremental()
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp818 Style.KeepEmptyLinesAtTheStartOfBlocks); in mapping()
1280 LLVMStyle.KeepEmptyLinesAtTheStartOfBlocks = true; in getLLVMStyle()
1383 GoogleStyle.KeepEmptyLinesAtTheStartOfBlocks = false; in getGoogleStyle()
H A DUnwrappedLineFormatter.cpp1424 if (!Style.KeepEmptyLinesAtTheStartOfBlocks && PreviousLine && in formatFirstToken()
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp268 CustomStyle.KeepEmptyLinesAtTheStartOfBlocks = false; in TEST_F()
513 Style.KeepEmptyLinesAtTheStartOfBlocks = false; in TEST_F()
20068 CHECK_PARSE_BOOL(KeepEmptyLinesAtTheStartOfBlocks); in TEST_F()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst3115 **KeepEmptyLinesAtTheStartOfBlocks** (``Boolean``) :versionbadge:`clang-format 3.7`