Searched refs:AllowShortIfStatementsOnASingleLine (Results 1 – 4 of 4) sorted by relevance
192 bool AllowShortIfStatementsOnASingleLine; member370 AllowShortIfStatementsOnASingleLine ==371 R.AllowShortIfStatementsOnASingleLine &&
128 **AllowShortIfStatementsOnASingleLine** (``bool``)423 AllowShortIfStatementsOnASingleLine: false462 AllowShortIfStatementsOnASingleLine: false
294 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()
171 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()