Searched refs:BreakBeforeBinaryOperators (Results 1 – 12 of 12) sorted by relevance
220 BinaryOperatorStyle BreakBeforeBinaryOperators; member658 BreakBeforeBinaryOperators == R.BreakBeforeBinaryOperators &&
12 BreakBeforeBinaryOperators: false
17 BreakBeforeBinaryOperators: NonAssignment
36 BreakBeforeBinaryOperators: None
43 BreakBeforeBinaryOperators: None
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()[all …]
66 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in TEST_F()
109 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in TEST_F()
289 Style.BreakBeforeBinaryOperators); in mapping()509 LLVMStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in getLLVMStyle()605 GoogleStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment; in getGoogleStyle()676 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in getWebKitStyle()694 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in getGNUStyle()
2381 return Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None; in canBreakBefore()2383 return Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None; in canBreakBefore()2487 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None && in canBreakBefore()2488 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_All || in canBreakBefore()2497 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_All && in canBreakBefore()2498 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None || in canBreakBefore()
869 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None) || in moveStatePastFakeLParens()
355 **BreakBeforeBinaryOperators** (``BinaryOperatorStyle``)