Lines Matching refs:FormatStyle
22 unsigned Length, const FormatStyle &Style) { in format()
38 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_JavaScript)) { in format()
42 static FormatStyle getGoogleJSStyleWithColumns(unsigned ColumnLimit) { in getGoogleJSStyleWithColumns()
43 FormatStyle Style = getGoogleStyle(FormatStyle::LK_JavaScript); in getGoogleJSStyleWithColumns()
50 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_JavaScript)) { in verifyFormat()
58 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_JavaScript)) { in verifyFormat()
266 FormatStyle Style = getGoogleJSStyleWithColumns(80); in TEST_F()
267 Style.AlignOperands = FormatStyle::OAS_Align; in TEST_F()
271 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in TEST_F()
565 getChromiumStyle(FormatStyle::LK_JavaScript)); in TEST_F()
655 FormatStyle NineCols = getGoogleJSStyleWithColumns(9); in TEST_F()
963 FormatStyle Style = getGoogleStyle(FormatStyle::LK_JavaScript); in TEST_F()
964 Style.InsertTrailingCommas = FormatStyle::TCS_Wrapped; in TEST_F()
1002 FormatStyle Style = getGoogleStyle(FormatStyle::LK_JavaScript); in TEST_F()
1003 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in TEST_F()
1115 FormatStyle Style = getGoogleStyle(FormatStyle::LK_JavaScript); in TEST_F()
1116 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in TEST_F()
1131 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in TEST_F()
1142 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in TEST_F()
1164 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in TEST_F()
1172 FormatStyle Style = getGoogleStyle(FormatStyle::LK_JavaScript); in TEST_F()
1173 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in TEST_F()
1279 FormatStyle Style = getGoogleStyle(FormatStyle::LK_JavaScript); in TEST_F()
1280 Style.AllowShortLambdasOnASingleLine = FormatStyle::SLS_All; in TEST_F()
1283 Style.AllowShortLambdasOnASingleLine = FormatStyle::SLS_None; in TEST_F()
1291 Style.AllowShortLambdasOnASingleLine = FormatStyle::SLS_Empty; in TEST_F()
1297 Style.AllowShortLambdasOnASingleLine = FormatStyle::SLS_Inline; in TEST_F()
1746 const FormatStyle &Style = getGoogleJSStyleWithColumns(22); in TEST_F()
1843 const FormatStyle &Style = getGoogleJSStyleWithColumns(20); in TEST_F()
1962 FormatStyle Style = getGoogleJSStyleWithColumns(80); in TEST_F()
2415 FormatStyle DoubleQuotes = getGoogleStyle(FormatStyle::LK_JavaScript); in TEST_F()
2416 DoubleQuotes.JavaScriptQuotes = FormatStyle::JSQS_Double; in TEST_F()
2423 FormatStyle LeaveQuotes = getGoogleStyle(FormatStyle::LK_JavaScript); in TEST_F()
2424 LeaveQuotes.JavaScriptQuotes = FormatStyle::JSQS_Leave; in TEST_F()
2565 FormatStyle FourSpaces = getGoogleJSStyleWithColumns(15); in TEST_F()
2713 FormatStyle Style = getGoogleStyle(FormatStyle::LK_JavaScript); in TEST_F()
2749 FormatStyle Style = getGoogleStyle(FormatStyle::LK_JavaScript); in TEST_F()
2786 FormatStyle Style = getGoogleStyle(FormatStyle::LK_JavaScript); in TEST_F()