Searched refs:AllowShortFunctionsOnASingleLine (Results 1 – 7 of 7) sorted by relevance
11 AllowShortFunctionsOnASingleLine: true
606 ShortFunctionStyle AllowShortFunctionsOnASingleLine; member4192 AllowShortFunctionsOnASingleLine ==4193 R.AllowShortFunctionsOnASingleLine &&
308 if (Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_All) in tryFitMultipleLinesInOne()310 if (Style.AllowShortFunctionsOnASingleLine >= FormatStyle::SFS_Empty && in tryFitMultipleLinesInOne()315 if (Style.AllowShortFunctionsOnASingleLine & in tryFitMultipleLinesInOne()538 (Style.AllowShortFunctionsOnASingleLine >= FormatStyle::SFS_Empty && in tryFitMultipleLinesInOne()
862 Style.AllowShortFunctionsOnASingleLine); in mapping()1323 LLVMStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in getLLVMStyle()1581 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()1591 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()1608 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()1627 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()1686 ChromiumStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in getChromiumStyle()1700 MozillaStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in getMozillaStyle()1783 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in getMicrosoftStyle()
4438 return Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_None || in mustBreakBefore()4439 Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_Empty || in mustBreakBefore()4441 Style.AllowShortFunctionsOnASingleLine & in mustBreakBefore()
422 (Style.AllowShortFunctionsOnASingleLine != FormatStyle::SFS_All || in mustBreak()
1077 **AllowShortFunctionsOnASingleLine** (``ShortFunctionStyle``) :versionbadge:`clang-format 3.5` :ref…1796 `AllowShortFunctionsOnASingleLine` and constructor formatting options).