Searched refs:AllowShortFunctionsOnASingleLine (Results 1 – 7 of 7) sorted by relevance
14 AllowShortFunctionsOnASingleLine: All
15 AllowShortFunctionsOnASingleLine: InlineOnly
790 ShortFunctionStyle AllowShortFunctionsOnASingleLine; member4778 AllowShortFunctionsOnASingleLine ==4779 R.AllowShortFunctionsOnASingleLine &&
315 if (Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_All) in tryFitMultipleLinesInOne()317 if (Style.AllowShortFunctionsOnASingleLine >= FormatStyle::SFS_Empty && in tryFitMultipleLinesInOne()322 if (Style.AllowShortFunctionsOnASingleLine & in tryFitMultipleLinesInOne()557 (Style.AllowShortFunctionsOnASingleLine >= FormatStyle::SFS_Empty && in tryFitMultipleLinesInOne()
930 Style.AllowShortFunctionsOnASingleLine); in mapping()1431 LLVMStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in getLLVMStyle()1697 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()1707 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()1724 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()1743 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()1802 ChromiumStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in getChromiumStyle()1816 MozillaStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in getMozillaStyle()1898 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in getMicrosoftStyle()
5063 return Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_None || in mustBreakBefore()5064 Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_Empty || in mustBreakBefore()5066 Style.AllowShortFunctionsOnASingleLine & in mustBreakBefore()
441 (Style.AllowShortFunctionsOnASingleLine != FormatStyle::SFS_All || in mustBreak()