Lines Matching refs:BreakBeforeBinaryOperators
3442 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All;
3511 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment;
3542 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment;
8786 Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_All;
8792 Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_None;
8980 Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_All;
8986 Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_None;
9808 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All;
9809 CHECK_PARSE("BreakBeforeBinaryOperators: NonAssignment",
9810 BreakBeforeBinaryOperators, FormatStyle::BOS_NonAssignment);
9811 CHECK_PARSE("BreakBeforeBinaryOperators: None", BreakBeforeBinaryOperators,
9813 CHECK_PARSE("BreakBeforeBinaryOperators: All", BreakBeforeBinaryOperators,
9816 CHECK_PARSE("BreakBeforeBinaryOperators: false", BreakBeforeBinaryOperators,
9818 CHECK_PARSE("BreakBeforeBinaryOperators: true", BreakBeforeBinaryOperators,