Searched refs:AllowShortFunctionsOnASingleLine (Results 1 – 7 of 7) sorted by relevance
14 AllowShortFunctionsOnASingleLine: All
15 AllowShortFunctionsOnASingleLine: InlineOnly
863 ShortFunctionStyle AllowShortFunctionsOnASingleLine; member5017 AllowShortFunctionsOnASingleLine ==5018 R.AllowShortFunctionsOnASingleLine &&
314 if (Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_All) in tryFitMultipleLinesInOne()316 if (Style.AllowShortFunctionsOnASingleLine >= FormatStyle::SFS_Empty && in tryFitMultipleLinesInOne()321 if (Style.AllowShortFunctionsOnASingleLine & in tryFitMultipleLinesInOne()562 (Style.AllowShortFunctionsOnASingleLine >= FormatStyle::SFS_Empty && in tryFitMultipleLinesInOne()
937 Style.AllowShortFunctionsOnASingleLine); in mapping()1444 LLVMStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in getLLVMStyle()1718 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()1728 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()1745 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()1764 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()1823 ChromiumStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in getChromiumStyle()1837 MozillaStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in getMozillaStyle()1919 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in getMicrosoftStyle()
5554 return Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_None || in mustBreakBefore()5555 Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_Empty || in mustBreakBefore()5557 Style.AllowShortFunctionsOnASingleLine & in mustBreakBefore()
449 (Style.AllowShortFunctionsOnASingleLine != FormatStyle::SFS_All || in mustBreak()