Lines Matching refs:Style
23 unsigned Length, const FormatStyle &Style) { in format() argument
27 tooling::Replacements Replaces = reformat(Style, Code, Ranges); in format()
36 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_Java)) { in format() argument
37 return format(Code, 0, Code.size(), Style); in format()
41 FormatStyle Style = getGoogleStyle(FormatStyle::LK_Java); in getStyleWithColumns() local
42 Style.ColumnLimit = ColumnLimit; in getStyleWithColumns()
43 return Style; in getStyleWithColumns()
48 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_Java)) { in verifyFormat() argument
49 EXPECT_EQ(Code.str(), format(test::messUp(Code), Style)); in verifyFormat()
62 FormatStyle Style = getStyleWithColumns(50); in TEST_F() local
65 Style); in TEST_F()
66 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in TEST_F()
69 Style); in TEST_F()
236 FormatStyle Style = getStyleWithColumns(65); in TEST_F() local
237 Style.Cpp11BracedListStyle = false; in TEST_F()
241 Style); in TEST_F()