Searched refs:BreakBeforeTernaryOperators (Results 1 – 6 of 6) sorted by relevance
1828 bool BreakBeforeTernaryOperators; member4214 BreakBeforeTernaryOperators == R.BreakBeforeTernaryOperators &&
388 (Style.BreakBeforeTernaryOperators && Current.is(TT_ConditionalExpr) && in mustBreak()390 (!Style.BreakBeforeTernaryOperators && in mustBreak()397 ((Style.BreakBeforeTernaryOperators && Current.is(TT_ConditionalExpr) && in mustBreak()399 (!Style.BreakBeforeTernaryOperators && Previous.is(TT_ConditionalExpr) && in mustBreak()786 (P->is(TT_ConditionalExpr) && Style.BreakBeforeTernaryOperators); in addTokenOnCurrentLine()1195 if (Style.BreakBeforeTernaryOperators && CurrentState.UnindentOperator) in getNewLineColumn()1371 if (Style.BreakBeforeTernaryOperators && Current.is(tok::question)) in moveStateToNextToken()1373 if (!Style.BreakBeforeTernaryOperators && Current.isNot(tok::colon)) { in moveStateToNextToken()
894 Style.BreakBeforeTernaryOperators); in mapping()1360 LLVMStyle.BreakBeforeTernaryOperators = true; in getLLVMStyle()1595 GoogleStyle.BreakBeforeTernaryOperators = false; in getGoogleStyle()1753 Style.BreakBeforeTernaryOperators = true; in getGNUStyle()
900 if (Style.BreakBeforeTernaryOperators) { in alignChainedConditionals()
4918 return Style.BreakBeforeTernaryOperators; in canBreakBefore()4920 return !Style.BreakBeforeTernaryOperators; in canBreakBefore()
2470 **BreakBeforeTernaryOperators** (``Boolean``) :versionbadge:`clang-format 3.7` :ref:`¶ <BreakBefore…