Lines Matching refs:AllowShortFunctionsOnASingleLine
6740 DoNotMerge.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None;
6798 DoNotMergeNoColumnLimit.AllowShortFunctionsOnASingleLine =
6831 MergeInlineOnly.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline;
10282 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline;
10283 CHECK_PARSE("AllowShortFunctionsOnASingleLine: None",
10284 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_None);
10285 CHECK_PARSE("AllowShortFunctionsOnASingleLine: Inline",
10286 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_Inline);
10287 CHECK_PARSE("AllowShortFunctionsOnASingleLine: Empty",
10288 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_Empty);
10289 CHECK_PARSE("AllowShortFunctionsOnASingleLine: All",
10290 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_All);
10292 CHECK_PARSE("AllowShortFunctionsOnASingleLine: false",
10293 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_None);
10294 CHECK_PARSE("AllowShortFunctionsOnASingleLine: true",
10295 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_All);
10708 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None;
10719 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All;