Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h74 bool KeepEmptyLinesAtTheStartOfBlocks; member
450 KeepEmptyLinesAtTheStartOfBlocks ==
451 R.KeepEmptyLinesAtTheStartOfBlocks &&
/external/clang/lib/Format/
DFormat.cpp218 Style.KeepEmptyLinesAtTheStartOfBlocks); in mapping()
363 LLVMStyle.KeepEmptyLinesAtTheStartOfBlocks = true; in getLLVMStyle()
407 GoogleStyle.KeepEmptyLinesAtTheStartOfBlocks = false; in getGoogleStyle()
DUnwrappedLineFormatter.cpp506 if (!Style.KeepEmptyLinesAtTheStartOfBlocks && PreviousLine && in formatFirstToken()
/external/clang/docs/
DClangFormatStyleOptions.rst353 **KeepEmptyLinesAtTheStartOfBlocks** (``bool``)
/external/clang/unittests/Format/
DFormatTest.cpp8923 CHECK_PARSE_BOOL(KeepEmptyLinesAtTheStartOfBlocks); in TEST_F()