Lines Matching refs:AllowShortFunctionsOnASingleLine
6545 DoNotMerge.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in TEST_F()
6603 DoNotMergeNoColumnLimit.AllowShortFunctionsOnASingleLine = in TEST_F()
6636 MergeInlineOnly.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in TEST_F()
9842 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in TEST_F()
9844 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_None); in TEST_F()
9846 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_Inline); in TEST_F()
9848 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_Empty); in TEST_F()
9850 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_All); in TEST_F()
9853 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_None); in TEST_F()
9855 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_All); in TEST_F()
10255 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in TEST_F()
10266 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in TEST_F()