Searched refs:AllowShortFunctionsOnASingleLine (Results 1 – 7 of 7) sorted by relevance
12 AllowShortFunctionsOnASingleLine: None
14 AllowShortFunctionsOnASingleLine: All
15 AllowShortFunctionsOnASingleLine: InlineOnly
879 ShortFunctionStyle AllowShortFunctionsOnASingleLine; member5349 AllowShortFunctionsOnASingleLine ==5350 R.AllowShortFunctionsOnASingleLine &&
293 if (Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_All) in tryFitMultipleLinesInOne()295 if (Style.AllowShortFunctionsOnASingleLine >= FormatStyle::SFS_Empty && in tryFitMultipleLinesInOne()300 if (Style.AllowShortFunctionsOnASingleLine & in tryFitMultipleLinesInOne()524 (Style.AllowShortFunctionsOnASingleLine >= FormatStyle::SFS_Empty && in tryFitMultipleLinesInOne()
1006 Style.AllowShortFunctionsOnASingleLine); in mapping()1531 LLVMStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in getLLVMStyle()1820 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()1830 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()1847 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()1867 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()1925 ChromiumStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in getChromiumStyle()1939 MozillaStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in getMozillaStyle()2021 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in getMicrosoftStyle()
5700 return Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_None || in mustBreakBefore()5701 Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_Empty || in mustBreakBefore()5703 Style.AllowShortFunctionsOnASingleLine & in mustBreakBefore()