Searched refs:BreakBeforeTernaryOperators (Results 1 – 7 of 7) sorted by relevance
43 BreakBeforeTernaryOperators: true
1766 bool BreakBeforeTernaryOperators; member3420 BreakBeforeTernaryOperators == R.BreakBeforeTernaryOperators &&
25 BreakBeforeTernaryOperators: false
363 (Style.BreakBeforeTernaryOperators && Current.is(TT_ConditionalExpr) && in mustBreak()365 (!Style.BreakBeforeTernaryOperators && in mustBreak()371 ((Style.BreakBeforeTernaryOperators && Current.is(TT_ConditionalExpr) && in mustBreak()373 (!Style.BreakBeforeTernaryOperators && Previous.is(TT_ConditionalExpr) && in mustBreak()692 (P->is(TT_ConditionalExpr) && Style.BreakBeforeTernaryOperators); in addTokenOnCurrentLine()1065 if (Style.BreakBeforeTernaryOperators && in getNewLineColumn()1204 if (Style.BreakBeforeTernaryOperators && Current.is(tok::question)) in moveStateToNextToken()1206 if (!Style.BreakBeforeTernaryOperators && Current.isNot(tok::colon)) { in moveStateToNextToken()
616 Style.BreakBeforeTernaryOperators); in mapping()1009 LLVMStyle.BreakBeforeTernaryOperators = true; in getLLVMStyle()1242 GoogleStyle.BreakBeforeTernaryOperators = false; in getGoogleStyle()1399 Style.BreakBeforeTernaryOperators = true; in getGNUStyle()
782 if (Style.BreakBeforeTernaryOperators) { in alignChainedConditionals()
4066 return Style.BreakBeforeTernaryOperators; in canBreakBefore()4068 return !Style.BreakBeforeTernaryOperators; in canBreakBefore()