Searched refs:AllowShortFunctionsOnASingleLine (Results 1 – 10 of 10) sorted by relevance
621 ShortFunctionStyle AllowShortFunctionsOnASingleLine; member3268 AllowShortFunctionsOnASingleLine ==3269 R.AllowShortFunctionsOnASingleLine &&
13 AllowShortFunctionsOnASingleLine: All
14 AllowShortFunctionsOnASingleLine: All
147 AllowShortFunctionsOnASingleLine: All
532 Style.AllowShortFunctionsOnASingleLine); in mapping()954 LLVMStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in getLLVMStyle()1181 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()1191 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()1208 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()1227 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()1286 ChromiumStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in getChromiumStyle()1300 MozillaStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in getMozillaStyle()1382 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in getMicrosoftStyle()
266 Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_All || in tryFitMultipleLinesInOne()267 (Style.AllowShortFunctionsOnASingleLine >= FormatStyle::SFS_Empty && in tryFitMultipleLinesInOne()269 (Style.AllowShortFunctionsOnASingleLine & FormatStyle::SFS_InlineOnly && in tryFitMultipleLinesInOne()413 (Style.AllowShortFunctionsOnASingleLine >= FormatStyle::SFS_Empty && in tryFitMultipleLinesInOne()
3568 return Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_None || in mustBreakBefore()3569 Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_Empty || in mustBreakBefore()3571 Style.AllowShortFunctionsOnASingleLine & in mustBreakBefore()
393 (Style.AllowShortFunctionsOnASingleLine != FormatStyle::SFS_All || in mustBreak()
715 **AllowShortFunctionsOnASingleLine** (``ShortFunctionStyle``)1363 `AllowShortFunctionsOnASingleLine` and constructor formatting options).