Searched refs:BreakBeforeTernaryOperators (Results 1 – 8 of 8) sorted by relevance
33 BreakBeforeTernaryOperators: true
43 BreakBeforeTernaryOperators: true
25 BreakBeforeTernaryOperators: false
2311 bool BreakBeforeTernaryOperators; member5375 BreakBeforeTernaryOperators == R.BreakBeforeTernaryOperators &&
443 (Style.BreakBeforeTernaryOperators && Current.is(TT_ConditionalExpr) && in mustBreak()445 (!Style.BreakBeforeTernaryOperators && in mustBreak()452 ((Style.BreakBeforeTernaryOperators && Current.is(TT_ConditionalExpr) && in mustBreak()454 (!Style.BreakBeforeTernaryOperators && Previous.is(TT_ConditionalExpr) && in mustBreak()970 (P->is(TT_ConditionalExpr) && Style.BreakBeforeTernaryOperators); in addTokenOnCurrentLine()1463 if (Style.BreakBeforeTernaryOperators && CurrentState.UnindentOperator) in getNewLineColumn()1651 if (Style.BreakBeforeTernaryOperators && Current.is(tok::question)) in moveStateToNextToken()1653 if (!Style.BreakBeforeTernaryOperators && Current.isNot(tok::colon)) { in moveStateToNextToken()
1044 Style.BreakBeforeTernaryOperators); in mapping()1572 LLVMStyle.BreakBeforeTernaryOperators = true; in getLLVMStyle()1834 GoogleStyle.BreakBeforeTernaryOperators = false; in getGoogleStyle()1992 Style.BreakBeforeTernaryOperators = true; in getGNUStyle()
1043 if (Style.BreakBeforeTernaryOperators) { in alignChainedConditionals()
6259 return Style.BreakBeforeTernaryOperators; in canBreakBefore()6261 return !Style.BreakBeforeTernaryOperators; in canBreakBefore()