Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h414 bool KeepEmptyLinesAtTheStartOfBlocks; member
636 KeepEmptyLinesAtTheStartOfBlocks ==
637 R.KeepEmptyLinesAtTheStartOfBlocks &&
/external/clang/lib/Format/
DFormat.cpp296 Style.KeepEmptyLinesAtTheStartOfBlocks); in mapping()
511 LLVMStyle.KeepEmptyLinesAtTheStartOfBlocks = true; in getLLVMStyle()
558 GoogleStyle.KeepEmptyLinesAtTheStartOfBlocks = false; in getGoogleStyle()
DUnwrappedLineFormatter.cpp926 if (!Style.KeepEmptyLinesAtTheStartOfBlocks && PreviousLine && in formatFirstToken()
/external/clang/docs/
DClangFormatStyleOptions.rst495 **KeepEmptyLinesAtTheStartOfBlocks** (``bool``)
/external/clang/unittests/Format/
DFormatTest.cpp9737 CHECK_PARSE_BOOL(KeepEmptyLinesAtTheStartOfBlocks); in TEST_F()