Searched refs:AllowShortIfStatementsOnASingleLine (Results 1 – 7 of 7) sorted by relevance
5 AllowShortIfStatementsOnASingleLine: false
13 AllowShortIfStatementsOnASingleLine: Always
15 AllowShortIfStatementsOnASingleLine: true
16 AllowShortIfStatementsOnASingleLine: Never
544 (IsElseLine() && (Style.AllowShortIfStatementsOnASingleLine == in tryFitMultipleLinesInOne()546 return Style.AllowShortIfStatementsOnASingleLine in tryFitMultipleLinesInOne()695 if (Style.AllowShortIfStatementsOnASingleLine == in tryMergeSimpleControlStatement()806 if (!Style.AllowShortIfStatementsOnASingleLine && in tryMergeSimpleBlock()812 if (!Style.AllowShortIfStatementsOnASingleLine && in tryMergeSimpleBlock()
1008 Style.AllowShortIfStatementsOnASingleLine); in mapping()1532 LLVMStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getLLVMStyle()1743 GoogleStyle.AllowShortIfStatementsOnASingleLine = in getGoogleStyle()1821 GoogleStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getGoogleStyle()1868 GoogleStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getGoogleStyle()1901 ChromiumStyle.AllowShortIfStatementsOnASingleLine = in getChromiumStyle()1921 ChromiumStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getChromiumStyle()1926 ChromiumStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getChromiumStyle()2023 Style.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getMicrosoftStyle()
950 ShortIfStyle AllowShortIfStatementsOnASingleLine; member5351 AllowShortIfStatementsOnASingleLine ==5352 R.AllowShortIfStatementsOnASingleLine &&