Searched refs:BreakBeforeBinaryOperators (Results 1 – 7 of 7) sorted by relevance
306 BinaryOperatorStyle BreakBeforeBinaryOperators; member433 BreakBeforeBinaryOperators == R.BreakBeforeBinaryOperators &&
66 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in TEST_F()
3296 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in TEST_F()3360 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment; in TEST_F()3392 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment; in TEST_F()8761 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in TEST_F()8763 BreakBeforeBinaryOperators, FormatStyle::BOS_NonAssignment); in TEST_F()8764 CHECK_PARSE("BreakBeforeBinaryOperators: None", BreakBeforeBinaryOperators, in TEST_F()8766 CHECK_PARSE("BreakBeforeBinaryOperators: All", BreakBeforeBinaryOperators, in TEST_F()8769 CHECK_PARSE("BreakBeforeBinaryOperators: false", BreakBeforeBinaryOperators, in TEST_F()8771 CHECK_PARSE("BreakBeforeBinaryOperators: true", BreakBeforeBinaryOperators, in TEST_F()
198 Style.BreakBeforeBinaryOperators); in mapping()345 LLVMStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in getLLVMStyle()426 GoogleStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment; in getGoogleStyle()482 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in getWebKitStyle()499 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in getGNUStyle()
2034 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None && in canBreakBefore()2035 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_All || in canBreakBefore()2043 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_All && in canBreakBefore()2044 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None || in canBreakBefore()
172 if (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None) { in mustBreak()749 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None) || in moveStatePastFakeLParens()
232 **BreakBeforeBinaryOperators** (``BinaryOperatorStyle``)