Searched refs:BreakBeforeTernaryOperators (Results 1 – 7 of 7) sorted by relevance
43 BreakBeforeTernaryOperators: true
25 BreakBeforeTernaryOperators: false
2232 bool BreakBeforeTernaryOperators; member5039 BreakBeforeTernaryOperators == R.BreakBeforeTernaryOperators &&
415 (Style.BreakBeforeTernaryOperators && Current.is(TT_ConditionalExpr) && in mustBreak()417 (!Style.BreakBeforeTernaryOperators && in mustBreak()424 ((Style.BreakBeforeTernaryOperators && Current.is(TT_ConditionalExpr) && in mustBreak()426 (!Style.BreakBeforeTernaryOperators && Previous.is(TT_ConditionalExpr) && in mustBreak()875 (P->is(TT_ConditionalExpr) && Style.BreakBeforeTernaryOperators); in addTokenOnCurrentLine()1350 if (Style.BreakBeforeTernaryOperators && CurrentState.UnindentOperator) in getNewLineColumn()1535 if (Style.BreakBeforeTernaryOperators && Current.is(tok::question)) in moveStateToNextToken()1537 if (!Style.BreakBeforeTernaryOperators && Current.isNot(tok::colon)) { in moveStateToNextToken()
970 Style.BreakBeforeTernaryOperators); in mapping()1482 LLVMStyle.BreakBeforeTernaryOperators = true; in getLLVMStyle()1732 GoogleStyle.BreakBeforeTernaryOperators = false; in getGoogleStyle()1890 Style.BreakBeforeTernaryOperators = true; in getGNUStyle()
1048 if (Style.BreakBeforeTernaryOperators) { in alignChainedConditionals()
6080 return Style.BreakBeforeTernaryOperators; in canBreakBefore()6082 return !Style.BreakBeforeTernaryOperators; in canBreakBefore()