Searched refs:BreakBeforeBinaryOperators (Results 1 – 6 of 6) sorted by relevance
260 bool BreakBeforeBinaryOperators; member378 BreakBeforeBinaryOperators == R.BreakBeforeBinaryOperators &&
164 if (!Style.BreakBeforeBinaryOperators) { in mustBreak()714 Style.BreakBeforeBinaryOperators) || in moveStatePastFakeLParens()738 !Style.BreakBeforeBinaryOperators)) in moveStatePastFakeLParens()
181 Style.BreakBeforeBinaryOperators); in mapping()317 LLVMStyle.BreakBeforeBinaryOperators = false; in getLLVMStyle()431 Style.BreakBeforeBinaryOperators = true; in getWebKitStyle()446 Style.BreakBeforeBinaryOperators = true; in getGNUStyle()
1800 if (Right.Type == TT_BinaryOperator && Style.BreakBeforeBinaryOperators) in canBreakBefore()1806 !Style.BreakBeforeBinaryOperators) || in canBreakBefore()
147 **BreakBeforeBinaryOperators** (``bool``)
3117 Style.BreakBeforeBinaryOperators = true; in TEST_F()8120 CHECK_PARSE_BOOL(BreakBeforeBinaryOperators); in TEST_F()