Lines Matching refs:FormatStyle
23 unsigned Length, const FormatStyle &Style) { in format()
39 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_JavaScript)) { in format()
43 static FormatStyle getGoogleJSStyleWithColumns(unsigned ColumnLimit) { in getGoogleJSStyleWithColumns()
44 FormatStyle Style = getGoogleStyle(FormatStyle::LK_JavaScript); in getGoogleJSStyleWithColumns()
51 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_JavaScript)) { in verifyFormat()
228 getChromiumStyle(FormatStyle::LK_JavaScript)); in TEST_F()
403 FormatStyle Style = getGoogleStyle(FormatStyle::LK_JavaScript); in TEST_F()
404 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in TEST_F()
419 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in TEST_F()
430 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in TEST_F()
452 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in TEST_F()