Searched refs:BreakBeforeTernaryOperators (Results 1 – 10 of 10) sorted by relevance
1737 bool BreakBeforeTernaryOperators; member3285 BreakBeforeTernaryOperators == R.BreakBeforeTernaryOperators &&
40 BreakBeforeTernaryOperators: true
43 BreakBeforeTernaryOperators: true
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()
582 Style.BreakBeforeTernaryOperators); in mapping()969 LLVMStyle.BreakBeforeTernaryOperators = true; in getLLVMStyle()1195 GoogleStyle.BreakBeforeTernaryOperators = false; in getGoogleStyle()1352 Style.BreakBeforeTernaryOperators = true; in getGNUStyle()
767 if (Style.BreakBeforeTernaryOperators) { in alignChainedConditionals()
3937 return Style.BreakBeforeTernaryOperators; in canBreakBefore()3939 return !Style.BreakBeforeTernaryOperators; in canBreakBefore()
48 BreakBeforeTernaryOperators: true
1916 **BreakBeforeTernaryOperators** (``bool``)