Home | History | Annotate | Download | only in Format

Lines Matching refs:AllowShortFunctionsOnASingleLine

517   Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline;
532 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All;
543 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None;
565 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty;