Searched refs:AllowShortIfStatementsOnASingleLine (Results 1 – 15 of 15) sorted by relevance
2 AllowShortIfStatementsOnASingleLine: false
5 AllowShortIfStatementsOnASingleLine: false
691 ShortIfStyle AllowShortIfStatementsOnASingleLine; member3270 AllowShortIfStatementsOnASingleLine ==3271 R.AllowShortIfStatementsOnASingleLine &&
14 AllowShortIfStatementsOnASingleLine: false
15 AllowShortIfStatementsOnASingleLine: true
433 (IsElseLine() && (Style.AllowShortIfStatementsOnASingleLine == in tryFitMultipleLinesInOne()435 return Style.AllowShortIfStatementsOnASingleLine in tryFitMultipleLinesInOne()496 if (Style.AllowShortIfStatementsOnASingleLine == in tryMergeSimpleControlStatement()586 if (!Style.AllowShortIfStatementsOnASingleLine && in tryMergeSimpleBlock()591 if (!Style.AllowShortIfStatementsOnASingleLine && in tryMergeSimpleBlock()
536 Style.AllowShortIfStatementsOnASingleLine); in mapping()957 LLVMStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getLLVMStyle()1109 GoogleStyle.AllowShortIfStatementsOnASingleLine = in getGoogleStyle()1182 GoogleStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getGoogleStyle()1228 GoogleStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getGoogleStyle()1261 ChromiumStyle.AllowShortIfStatementsOnASingleLine = in getChromiumStyle()1282 ChromiumStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getChromiumStyle()1287 ChromiumStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getChromiumStyle()1384 Style.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getMicrosoftStyle()
247 - Option ``AllowShortIfStatementsOnASingleLine`` has been improved, it now
775 **AllowShortIfStatementsOnASingleLine** (``ShortIfStyle``)3702 AllowShortIfStatementsOnASingleLine: false3741 AllowShortIfStatementsOnASingleLine: false