Searched refs:AllowShortFunctionsOnASingleLine (Results 1 – 17 of 17) sorted by relevance
517 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in TEST_F()532 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in TEST_F()543 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in TEST_F()565 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in TEST_F()
6740 DoNotMerge.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in TEST_F()6798 DoNotMergeNoColumnLimit.AllowShortFunctionsOnASingleLine = in TEST_F()6831 MergeInlineOnly.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in TEST_F()10282 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in TEST_F()10284 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_None); in TEST_F()10286 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_Inline); in TEST_F()10288 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_Empty); in TEST_F()10290 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_All); in TEST_F()10293 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_None); in TEST_F()10295 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_All); in TEST_F()[all …]
4 AllowShortFunctionsOnASingleLine: None
6 AllowShortFunctionsOnASingleLine: false
5 AllowShortFunctionsOnASingleLine: Empty
2 AllowShortFunctionsOnASingleLine: Inline
146 ShortFunctionStyle AllowShortFunctionsOnASingleLine; member646 AllowShortFunctionsOnASingleLine ==647 R.AllowShortFunctionsOnASingleLine &&
13 AllowShortFunctionsOnASingleLine: All
18 AllowShortFunctionsOnASingleLine: Empty
15 AllowShortFunctionsOnASingleLine: All
22 AllowShortFunctionsOnASingleLine: All
259 Style.AllowShortFunctionsOnASingleLine); in mapping()498 LLVMStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in getLLVMStyle()602 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()612 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in getGoogleStyle()622 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in getGoogleStyle()638 ChromiumStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in getChromiumStyle()651 MozillaStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in getMozillaStyle()
191 Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_All || in tryFitMultipleLinesInOne()192 (Style.AllowShortFunctionsOnASingleLine >= FormatStyle::SFS_Empty && in tryFitMultipleLinesInOne()194 (Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_Inline && in tryFitMultipleLinesInOne()
2281 return Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_None || in mustBreakBefore()2282 Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_Empty || in mustBreakBefore()2284 Style.AllowShortFunctionsOnASingleLine == in mustBreakBefore()
178 ((Style.AllowShortFunctionsOnASingleLine != FormatStyle::SFS_All) || in mustBreak()
43 AllowShortFunctionsOnASingleLine: 'Inline'
243 **AllowShortFunctionsOnASingleLine** (``ShortFunctionStyle``)