Lines Matching refs:AllowShortFunctionsOnASingleLine
258 IO.mapOptional("AllowShortFunctionsOnASingleLine",
259 Style.AllowShortFunctionsOnASingleLine);
498 LLVMStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All;
602 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty;
612 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline;
622 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None;
638 ChromiumStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline;
651 MozillaStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline;