Searched refs:BreakBeforeBinaryOperators (Results 1 – 4 of 4) sorted by relevance
187 bool BreakBeforeBinaryOperators; member266 BreakBeforeBinaryOperators == R.BreakBeforeBinaryOperators &&
125 Style.BreakBeforeBinaryOperators); in mapping()198 LLVMStyle.BreakBeforeBinaryOperators = false; in getLLVMStyle()245 GoogleStyle.BreakBeforeBinaryOperators = false; in getGoogleStyle()308 Style.BreakBeforeBinaryOperators = true; in getWebKitStyle()
146 if (!Style.BreakBeforeBinaryOperators) { in mustBreak()549 !Style.BreakBeforeBinaryOperators)) in moveStateToNextToken()
1492 if (Right.isBinaryOperator() && Style.BreakBeforeBinaryOperators) in canBreakBefore()1500 !Style.BreakBeforeBinaryOperators) || in canBreakBefore()