Lines Matching refs:AllowShortFunctionsOnASingleLine
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()
10708 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in TEST_F()
10719 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in TEST_F()