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()
59 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_JavaScript)) { in verifyFormat()
104 FormatStyle Style = getGoogleJSStyleWithColumns(80); in TEST_F()
109 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in TEST_F()
278 getChromiumStyle(FormatStyle::LK_JavaScript)); in TEST_F()
516 FormatStyle Style = getGoogleStyle(FormatStyle::LK_JavaScript); in TEST_F()
517 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in TEST_F()
532 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in TEST_F()
543 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in TEST_F()
565 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in TEST_F()
1102 FormatStyle Style = getGoogleJSStyleWithColumns(80); in TEST_F()
1322 FormatStyle DoubleQuotes = getGoogleStyle(FormatStyle::LK_JavaScript); in TEST_F()
1323 DoubleQuotes.JavaScriptQuotes = FormatStyle::JSQS_Double; in TEST_F()
1330 FormatStyle LeaveQuotes = getGoogleStyle(FormatStyle::LK_JavaScript); in TEST_F()
1331 LeaveQuotes.JavaScriptQuotes = FormatStyle::JSQS_Leave; in TEST_F()