Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h195 bool AllowShortBlocksOnASingleLine; member
421 AllowShortBlocksOnASingleLine == R.AllowShortBlocksOnASingleLine &&
/external/clang/lib/Format/
DUnwrappedLineFormatter.cpp143 (I[1]->First->is(tok::l_brace) && !Style.AllowShortBlocksOnASingleLine)) in tryMergeSimpleControlStatement()
212 if (!Style.AllowShortBlocksOnASingleLine) in tryMergeSimpleBlock()
DFormat.cpp180 Style.AllowShortBlocksOnASingleLine); in mapping()
334 LLVMStyle.AllowShortBlocksOnASingleLine = false; in getLLVMStyle()
DTokenAnnotator.cpp1957 if (Left.is(TT_ObjCBlockLBrace) && !Style.AllowShortBlocksOnASingleLine) in mustBreakBefore()
/external/clang/unittests/Format/
DFormatTest.cpp402 AllowSimpleBracedStatements.AllowShortBlocksOnASingleLine = true; in TEST_F()
8908 CHECK_PARSE_BOOL(AllowShortBlocksOnASingleLine); in TEST_F()
9686 ShortBlocks.AllowShortBlocksOnASingleLine = true; in TEST_F()
/external/clang/docs/
DClangFormatStyleOptions.rst178 **AllowShortBlocksOnASingleLine** (``bool``)