Searched refs:AllowShortFunctionsOnASingleLine (Results 1 – 25 of 28) sorted by relevance
12
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: Empty
5 AllowShortFunctionsOnASingleLine: None
146 ShortFunctionStyle AllowShortFunctionsOnASingleLine; member646 AllowShortFunctionsOnASingleLine ==647 R.AllowShortFunctionsOnASingleLine &&
6 AllowShortFunctionsOnASingleLine: false
3 AllowShortFunctionsOnASingleLine: Inline
5 AllowShortFunctionsOnASingleLine: Empty
2 AllowShortFunctionsOnASingleLine: Inline
10 AllowShortFunctionsOnASingleLine: false
5 AllowShortFunctionsOnASingleLine: Inline
6 AllowShortFunctionsOnASingleLine: None
25 AllowShortFunctionsOnASingleLine: All
25 AllowShortFunctionsOnASingleLine: All116 AllowShortFunctionsOnASingleLine: All
18 AllowShortFunctionsOnASingleLine: Empty
13 AllowShortFunctionsOnASingleLine: All
97 AllowShortFunctionsOnASingleLine: false,
15 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()
43 AllowShortFunctionsOnASingleLine: 'Inline'
29 AllowShortFunctionsOnASingleLine: None