Searched refs:BreakBeforeTernaryOperators (Results 1 – 4 of 4) sorted by relevance
836 bool BreakBeforeTernaryOperators; member1742 BreakBeforeTernaryOperators == R.BreakBeforeTernaryOperators &&
353 (Style.BreakBeforeTernaryOperators && Current.is(TT_ConditionalExpr) && in mustBreak()355 (!Style.BreakBeforeTernaryOperators && in mustBreak()666 (P->is(TT_ConditionalExpr) && Style.BreakBeforeTernaryOperators); in addTokenOnCurrentLine()1075 if (Style.BreakBeforeTernaryOperators && Current.is(tok::question)) in moveStateToNextToken()1077 if (!Style.BreakBeforeTernaryOperators && Current.isNot(tok::colon)) { in moveStateToNextToken()
377 Style.BreakBeforeTernaryOperators); in mapping()645 LLVMStyle.BreakBeforeTernaryOperators = true; in getLLVMStyle()816 GoogleStyle.BreakBeforeTernaryOperators = false; in getGoogleStyle()934 Style.BreakBeforeTernaryOperators = true; in getGNUStyle()
3193 return Style.BreakBeforeTernaryOperators; in canBreakBefore()3195 return !Style.BreakBeforeTernaryOperators; in canBreakBefore()