Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h192 bool AllowShortIfStatementsOnASingleLine; member
370 AllowShortIfStatementsOnASingleLine ==
371 R.AllowShortIfStatementsOnASingleLine &&
/external/clang/docs/
DClangFormatStyleOptions.rst128 **AllowShortIfStatementsOnASingleLine** (``bool``)
423 AllowShortIfStatementsOnASingleLine: false
462 AllowShortIfStatementsOnASingleLine: false
/external/clang/unittests/Format/
DFormatTest.cpp294 AllowsMergedIf.AllowShortIfStatementsOnASingleLine = true; in TEST_F()
362 AllowSimpleBracedStatements.AllowShortIfStatementsOnASingleLine = true; in TEST_F()
386 AllowSimpleBracedStatements.AllowShortIfStatementsOnASingleLine = false; in TEST_F()
2763 SingleLine.AllowShortIfStatementsOnASingleLine = true; in TEST_F()
5748 AllowsMergedIf.AllowShortIfStatementsOnASingleLine = true; in TEST_F()
7841 BreakBeforeBraceShortIfs.AllowShortIfStatementsOnASingleLine = true; in TEST_F()
8116 CHECK_PARSE_BOOL(AllowShortIfStatementsOnASingleLine); in TEST_F()
/external/clang/lib/Format/
DFormat.cpp171 Style.AllowShortIfStatementsOnASingleLine); in mapping()
312 LLVMStyle.AllowShortIfStatementsOnASingleLine = false; in getLLVMStyle()
371 GoogleStyle.AllowShortIfStatementsOnASingleLine = true; in getGoogleStyle()
404 ChromiumStyle.AllowShortIfStatementsOnASingleLine = false; in getChromiumStyle()
628 return Style.AllowShortIfStatementsOnASingleLine in tryFitMultipleLinesInOne()
707 if (!Style.AllowShortIfStatementsOnASingleLine && in tryMergeSimpleBlock()