Home | History | Annotate | Download | only in Format

Lines Matching refs:AllowShortFunctionsOnASingleLine

174     IO.mapOptional("AllowShortFunctionsOnASingleLine",
175 Style.AllowShortFunctionsOnASingleLine);
310 LLVMStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All;
393 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None;
403 ChromiumStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline;
597 Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_All ||
598 (Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_Inline &&