Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h188 bool AllowShortBlocksOnASingleLine; member
369 AllowShortBlocksOnASingleLine == R.AllowShortBlocksOnASingleLine &&
/external/clang/lib/Format/
DFormat.cpp169 Style.AllowShortBlocksOnASingleLine); in mapping()
311 LLVMStyle.AllowShortBlocksOnASingleLine = false; in getLLVMStyle()
667 (I[1]->First->is(tok::l_brace) && !Style.AllowShortBlocksOnASingleLine)) in tryMergeSimpleControlStatement()
705 if (!Style.AllowShortBlocksOnASingleLine) in tryMergeSimpleBlock()
/external/clang/docs/
DClangFormatStyleOptions.rst109 **AllowShortBlocksOnASingleLine** (``bool``)
/external/clang/unittests/Format/
DFormatTest.cpp360 AllowSimpleBracedStatements.AllowShortBlocksOnASingleLine = true; in TEST_F()
8115 CHECK_PARSE_BOOL(AllowShortBlocksOnASingleLine); in TEST_F()