Searched refs:BreakBeforeTernaryOperators (Results 1 – 7 of 7) sorted by relevance
43 BreakBeforeTernaryOperators: true
25 BreakBeforeTernaryOperators: false
2120 bool BreakBeforeTernaryOperators; member4802 BreakBeforeTernaryOperators == R.BreakBeforeTernaryOperators &&
407 (Style.BreakBeforeTernaryOperators && Current.is(TT_ConditionalExpr) && in mustBreak()409 (!Style.BreakBeforeTernaryOperators && in mustBreak()416 ((Style.BreakBeforeTernaryOperators && Current.is(TT_ConditionalExpr) && in mustBreak()418 (!Style.BreakBeforeTernaryOperators && Previous.is(TT_ConditionalExpr) && in mustBreak()865 (P->is(TT_ConditionalExpr) && Style.BreakBeforeTernaryOperators); in addTokenOnCurrentLine()1329 if (Style.BreakBeforeTernaryOperators && CurrentState.UnindentOperator) in getNewLineColumn()1512 if (Style.BreakBeforeTernaryOperators && Current.is(tok::question)) in moveStateToNextToken()1514 if (!Style.BreakBeforeTernaryOperators && Current.isNot(tok::colon)) { in moveStateToNextToken()
966 Style.BreakBeforeTernaryOperators); in mapping()1471 LLVMStyle.BreakBeforeTernaryOperators = true; in getLLVMStyle()1711 GoogleStyle.BreakBeforeTernaryOperators = false; in getGoogleStyle()1869 Style.BreakBeforeTernaryOperators = true; in getGNUStyle()
1015 if (Style.BreakBeforeTernaryOperators) { in alignChainedConditionals()
5550 return Style.BreakBeforeTernaryOperators; in canBreakBefore()5552 return !Style.BreakBeforeTernaryOperators; in canBreakBefore()