Lines Matching refs:BreakBeforeBinaryOperators
3485 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in TEST_F()
3554 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment; in TEST_F()
3585 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment; in TEST_F()
9221 Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in TEST_F()
9227 Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in TEST_F()
9415 Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in TEST_F()
9421 Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in TEST_F()
10246 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in TEST_F()
10248 BreakBeforeBinaryOperators, FormatStyle::BOS_NonAssignment); in TEST_F()
10249 CHECK_PARSE("BreakBeforeBinaryOperators: None", BreakBeforeBinaryOperators, in TEST_F()
10251 CHECK_PARSE("BreakBeforeBinaryOperators: All", BreakBeforeBinaryOperators, in TEST_F()
10254 CHECK_PARSE("BreakBeforeBinaryOperators: false", BreakBeforeBinaryOperators, in TEST_F()
10256 CHECK_PARSE("BreakBeforeBinaryOperators: true", BreakBeforeBinaryOperators, in TEST_F()