Searched refs:AllowShortIfStatementsOnASingleLine (Results 1 – 16 of 16) sorted by relevance
2 AllowShortIfStatementsOnASingleLine: false
12 AllowShortIfStatementsOnASingleLine: false
604 ShortIfStyle AllowShortIfStatementsOnASingleLine; member3869 AllowShortIfStatementsOnASingleLine ==3870 R.AllowShortIfStatementsOnASingleLine &&
101 Style.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_WithoutElse; in TEST_F()
675 AllowsMergedIf.AllowShortIfStatementsOnASingleLine = in TEST_F()769 AllowsMergedIfElse.AllowShortIfStatementsOnASingleLine = in TEST_F()875 AllowsMergedIf.AllowShortIfStatementsOnASingleLine = in TEST_F()1091 AllowsMergedIf.AllowShortIfStatementsOnASingleLine = in TEST_F()1298 AllowsMergedIf.AllowShortIfStatementsOnASingleLine = in TEST_F()13498 AllowsMergedIf.AllowShortIfStatementsOnASingleLine = in TEST_F()20530 AllowShortIfStatementsOnASingleLine, in TEST_F()20533 AllowShortIfStatementsOnASingleLine, in TEST_F()20536 AllowShortIfStatementsOnASingleLine, in TEST_F()20539 AllowShortIfStatementsOnASingleLine, in TEST_F()[all …]
551 (IsElseLine() && (Style.AllowShortIfStatementsOnASingleLine == in tryFitMultipleLinesInOne()553 return Style.AllowShortIfStatementsOnASingleLine in tryFitMultipleLinesInOne()620 if (Style.AllowShortIfStatementsOnASingleLine == in tryMergeSimpleControlStatement()724 if (!Style.AllowShortIfStatementsOnASingleLine && in tryMergeSimpleBlock()730 if (!Style.AllowShortIfStatementsOnASingleLine && in tryMergeSimpleBlock()
665 Style.AllowShortIfStatementsOnASingleLine); in mapping()1200 LLVMStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getLLVMStyle()1370 GoogleStyle.AllowShortIfStatementsOnASingleLine = in getGoogleStyle()1443 GoogleStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getGoogleStyle()1489 GoogleStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getGoogleStyle()1522 ChromiumStyle.AllowShortIfStatementsOnASingleLine = in getChromiumStyle()1543 ChromiumStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getChromiumStyle()1548 ChromiumStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getChromiumStyle()1645 Style.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getMicrosoftStyle()
1022 **AllowShortIfStatementsOnASingleLine** (``ShortIfStyle``) :versionbadge:`clang-format 3.3`4635 AllowShortIfStatementsOnASingleLine: false4674 AllowShortIfStatementsOnASingleLine: false