Searched refs:BreakBeforeTernaryOperators (Results 1 – 10 of 10) sorted by relevance
283 bool BreakBeforeTernaryOperators; member660 BreakBeforeTernaryOperators == R.BreakBeforeTernaryOperators &&
13 BreakBeforeTernaryOperators: true
18 BreakBeforeTernaryOperators: true
38 BreakBeforeTernaryOperators: true
45 BreakBeforeTernaryOperators: true
160 (Style.BreakBeforeTernaryOperators && Current.is(TT_ConditionalExpr) && in mustBreak()162 (!Style.BreakBeforeTernaryOperators && in mustBreak()727 if (Style.BreakBeforeTernaryOperators && Current.is(tok::question)) in moveStateToNextToken()729 if (!Style.BreakBeforeTernaryOperators && Current.isNot(tok::colon)) { in moveStateToNextToken()871 Style.BreakBeforeTernaryOperators); in moveStatePastFakeLParens()
292 Style.BreakBeforeTernaryOperators); in mapping()510 LLVMStyle.BreakBeforeTernaryOperators = true; in getLLVMStyle()614 GoogleStyle.BreakBeforeTernaryOperators = false; in getGoogleStyle()696 Style.BreakBeforeTernaryOperators = true; in getGNUStyle()
2413 return Style.BreakBeforeTernaryOperators; in canBreakBefore()2415 return !Style.BreakBeforeTernaryOperators; in canBreakBefore()
4674 Style.BreakBeforeTernaryOperators = false; in TEST_F()10165 CHECK_PARSE_BOOL(BreakBeforeTernaryOperators); in TEST_F()10491 Style.BreakBeforeTernaryOperators = true; in TEST_F()10493 EXPECT_FALSE(Style.BreakBeforeTernaryOperators); in TEST_F()10495 Style.BreakBeforeTernaryOperators = true; in TEST_F()10504 EXPECT_FALSE(Style.BreakBeforeTernaryOperators); in TEST_F()
407 **BreakBeforeTernaryOperators** (``bool``)