Home
last modified time | relevance | path

Searched refs:AllowShortBlocksOnASingleLine (Results 1 – 8 of 8) sorted by relevance

/external/clang/include/clang/Format/
DFormat.h122 bool AllowShortBlocksOnASingleLine; member
599 AllowShortBlocksOnASingleLine == R.AllowShortBlocksOnASingleLine &&
/external/bsdiff/
D.clang-format4 AllowShortBlocksOnASingleLine: true
/external/parameter-framework/upstream/
D.clang-format37 AllowShortBlocksOnASingleLine: 'false'
/external/clang/lib/Format/
DUnwrappedLineFormatter.cpp267 (I[1]->First->is(tok::l_brace) && !Style.AllowShortBlocksOnASingleLine)) in tryMergeSimpleControlStatement()
338 if (!Style.AllowShortBlocksOnASingleLine) in tryMergeSimpleBlock()
DFormat.cpp237 Style.AllowShortBlocksOnASingleLine); in mapping()
475 LLVMStyle.AllowShortBlocksOnASingleLine = false; in getLLVMStyle()
DTokenAnnotator.cpp2219 if (Left.is(TT_ObjCBlockLBrace) && !Style.AllowShortBlocksOnASingleLine) in mustBreakBefore()
/external/clang/unittests/Format/
DFormatTest.cpp356 AllowSimpleBracedStatements.AllowShortBlocksOnASingleLine = true; in TEST_F()
9722 CHECK_PARSE_BOOL(AllowShortBlocksOnASingleLine); in TEST_F()
10600 ShortBlocks.AllowShortBlocksOnASingleLine = true; in TEST_F()
10756 ZeroColumn.AllowShortBlocksOnASingleLine = true; in TEST_F()
10759 ZeroColumn.AllowShortBlocksOnASingleLine = false; in TEST_F()
/external/clang/docs/
DClangFormatStyleOptions.rst224 **AllowShortBlocksOnASingleLine** (``bool``)