Home | History | Annotate | Download | only in Format

Lines Matching refs:FormatStyle

23                             unsigned Length, const FormatStyle &Style) {
36 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_JavaScript)) {
40 static FormatStyle getGoogleJSStyleWithColumns(unsigned ColumnLimit) {
41 FormatStyle Style = getGoogleStyle(FormatStyle::LK_JavaScript);
48 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_JavaScript)) {
186 getChromiumStyle(FormatStyle::LK_JavaScript));
313 FormatStyle Style = getGoogleStyle(FormatStyle::LK_JavaScript);
314 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline;
329 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All;
340 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None;