Searched refs:BreakBeforeTernaryOperators (Results 1 – 7 of 7) sorted by relevance
279 bool BreakBeforeTernaryOperators; member616 BreakBeforeTernaryOperators == R.BreakBeforeTernaryOperators &&
13 BreakBeforeTernaryOperators: true
148 (Style.BreakBeforeTernaryOperators && Current.is(TT_ConditionalExpr) && in mustBreak()150 (!Style.BreakBeforeTernaryOperators && in mustBreak()685 if ((Current.is(tok::question) && Style.BreakBeforeTernaryOperators) || in moveStateToNextToken()688 !Style.BreakBeforeTernaryOperators)) in moveStateToNextToken()825 Style.BreakBeforeTernaryOperators); in moveStatePastFakeLParens()
274 Style.BreakBeforeTernaryOperators); in mapping()486 LLVMStyle.BreakBeforeTernaryOperators = true; in getLLVMStyle()584 GoogleStyle.BreakBeforeTernaryOperators = false; in getGoogleStyle()661 Style.BreakBeforeTernaryOperators = true; in getGNUStyle()
2276 return Style.BreakBeforeTernaryOperators; in canBreakBefore()2278 return !Style.BreakBeforeTernaryOperators; in canBreakBefore()
4551 Style.BreakBeforeTernaryOperators = false; in TEST_F()9729 CHECK_PARSE_BOOL(BreakBeforeTernaryOperators); in TEST_F()10050 Style.BreakBeforeTernaryOperators = true; in TEST_F()10052 EXPECT_FALSE(Style.BreakBeforeTernaryOperators); in TEST_F()10054 Style.BreakBeforeTernaryOperators = true; in TEST_F()10063 EXPECT_FALSE(Style.BreakBeforeTernaryOperators); in TEST_F()
373 **BreakBeforeTernaryOperators** (``bool``)