Searched refs:BreakBeforeTernaryOperators (Results 1 – 6 of 6) sorted by relevance
309 bool BreakBeforeTernaryOperators; member434 BreakBeforeTernaryOperators == R.BreakBeforeTernaryOperators &&
146 (Style.BreakBeforeTernaryOperators && in mustBreak()149 (!Style.BreakBeforeTernaryOperators && in mustBreak()627 if ((Current.is(tok::question) && Style.BreakBeforeTernaryOperators) || in moveStateToNextToken()630 !Style.BreakBeforeTernaryOperators)) in moveStateToNextToken()759 Style.BreakBeforeTernaryOperators); in moveStatePastFakeLParens()
198 Style.BreakBeforeTernaryOperators); in mapping()344 LLVMStyle.BreakBeforeTernaryOperators = true; in getLLVMStyle()429 GoogleStyle.BreakBeforeTernaryOperators = false; in getGoogleStyle()499 Style.BreakBeforeTernaryOperators = true; in getGNUStyle()
2028 return Style.BreakBeforeTernaryOperators; in canBreakBefore()2030 return !Style.BreakBeforeTernaryOperators; in canBreakBefore()
4453 Style.BreakBeforeTernaryOperators = false; in TEST_F()8916 CHECK_PARSE_BOOL(BreakBeforeTernaryOperators); in TEST_F()9169 Style.BreakBeforeTernaryOperators = true; in TEST_F()9171 EXPECT_FALSE(Style.BreakBeforeTernaryOperators); in TEST_F()9173 Style.BreakBeforeTernaryOperators = true; in TEST_F()9180 EXPECT_FALSE(Style.BreakBeforeTernaryOperators); in TEST_F()
265 **BreakBeforeTernaryOperators** (``bool``)