Lines Matching refs:FormatStyle
22 unsigned Length, const FormatStyle &Style) { in format()
35 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_Java)) { in format()
39 static FormatStyle getStyleWithColumns(unsigned ColumnLimit) { in getStyleWithColumns()
40 FormatStyle Style = getGoogleStyle(FormatStyle::LK_Java); in getStyleWithColumns()
47 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_Java)) { in verifyFormat()
62 FormatStyle Style = getStyleWithColumns(50); in TEST_F()
66 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in TEST_F()
86 getChromiumStyle(FormatStyle::LK_Java)); in TEST_F()
258 FormatStyle Style = getStyleWithColumns(65); in TEST_F()
304 getChromiumStyle(FormatStyle::LK_Java)); in TEST_F()
437 FormatStyle Style = getLLVMStyle(FormatStyle::LK_Java); in TEST_F()
438 Style.BreakBeforeBraces = FormatStyle::BS_Custom; in TEST_F()
440 Style.BraceWrapping.AfterControlStatement = FormatStyle::BWACS_Always; in TEST_F()
448 Style.BraceWrapping.AfterControlStatement = FormatStyle::BWACS_Never; in TEST_F()
608 FormatStyle Style = getLLVMStyle(FormatStyle::LK_Java); in TEST_F()
609 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in TEST_F()