Lines Matching refs:BreakBeforeBinaryOperators

6328   Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All;  in TEST_F()
6413 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in TEST_F()
6494 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment; in TEST_F()
6503 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in TEST_F()
6529 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment; in TEST_F()
6560 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment; in TEST_F()
6569 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment; in TEST_F()
6603 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in TEST_F()
6622 EXPECT_EQ(Style.BreakBeforeBinaryOperators, FormatStyle::BOS_None); in TEST_F()
6634 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment; in TEST_F()
6645 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in TEST_F()
9617 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in TEST_F()
9625 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in TEST_F()
9633 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in TEST_F()
9643 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in TEST_F()
15027 Tab.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in TEST_F()
16968 Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in TEST_F()
16974 Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in TEST_F()
17352 Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in TEST_F()
17358 Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in TEST_F()
17929 Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in TEST_F()
17935 Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in TEST_F()
20256 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in TEST_F()
20258 BreakBeforeBinaryOperators, FormatStyle::BOS_NonAssignment); in TEST_F()
20259 CHECK_PARSE("BreakBeforeBinaryOperators: None", BreakBeforeBinaryOperators, in TEST_F()
20261 CHECK_PARSE("BreakBeforeBinaryOperators: All", BreakBeforeBinaryOperators, in TEST_F()
20264 CHECK_PARSE("BreakBeforeBinaryOperators: false", BreakBeforeBinaryOperators, in TEST_F()
20266 CHECK_PARSE("BreakBeforeBinaryOperators: true", BreakBeforeBinaryOperators, in TEST_F()
24705 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in TEST_F()