Searched refs:AllowShortIfStatementsOnASingleLine (Results 1 – 6 of 6) sorted by relevance
5 AllowShortIfStatementsOnASingleLine: false
15 AllowShortIfStatementsOnASingleLine: true
16 AllowShortIfStatementsOnASingleLine: Never
582 (IsElseLine() && (Style.AllowShortIfStatementsOnASingleLine == in tryFitMultipleLinesInOne()584 return Style.AllowShortIfStatementsOnASingleLine in tryFitMultipleLinesInOne()651 if (Style.AllowShortIfStatementsOnASingleLine == in tryMergeSimpleControlStatement()765 if (!Style.AllowShortIfStatementsOnASingleLine && in tryMergeSimpleBlock()771 if (!Style.AllowShortIfStatementsOnASingleLine && in tryMergeSimpleBlock()
939 Style.AllowShortIfStatementsOnASingleLine); in mapping()1445 LLVMStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getLLVMStyle()1644 GoogleStyle.AllowShortIfStatementsOnASingleLine = in getGoogleStyle()1719 GoogleStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getGoogleStyle()1765 GoogleStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getGoogleStyle()1798 ChromiumStyle.AllowShortIfStatementsOnASingleLine = in getChromiumStyle()1819 ChromiumStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getChromiumStyle()1824 ChromiumStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getChromiumStyle()1921 Style.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getMicrosoftStyle()
934 ShortIfStyle AllowShortIfStatementsOnASingleLine; member5019 AllowShortIfStatementsOnASingleLine ==5020 R.AllowShortIfStatementsOnASingleLine &&