Searched refs:BreakBeforeTernaryOperators (Results 1 – 6 of 6) sorted by relevance
263 bool BreakBeforeTernaryOperators; member379 BreakBeforeTernaryOperators == R.BreakBeforeTernaryOperators &&
138 (Style.BreakBeforeTernaryOperators && in mustBreak()141 (!Style.BreakBeforeTernaryOperators && in mustBreak()589 if ((Current.is(tok::question) && Style.BreakBeforeTernaryOperators) || in moveStateToNextToken()592 !Style.BreakBeforeTernaryOperators)) in moveStateToNextToken()716 Style.BreakBeforeTernaryOperators); in moveStatePastFakeLParens()
183 Style.BreakBeforeTernaryOperators); in mapping()318 LLVMStyle.BreakBeforeTernaryOperators = true; in getLLVMStyle()389 GoogleStyle.BreakBeforeTernaryOperators = false; in getGoogleStyle()448 Style.BreakBeforeTernaryOperators = true; in getGNUStyle()
1728 return Style.BreakBeforeTernaryOperators; in canBreakBefore()1730 return !Style.BreakBeforeTernaryOperators; in canBreakBefore()
3968 Style.BreakBeforeTernaryOperators = false; in TEST_F()8121 CHECK_PARSE_BOOL(BreakBeforeTernaryOperators); in TEST_F()8338 Style.BreakBeforeTernaryOperators = true; in TEST_F()8340 EXPECT_FALSE(Style.BreakBeforeTernaryOperators); in TEST_F()8342 Style.BreakBeforeTernaryOperators = true; in TEST_F()8349 EXPECT_FALSE(Style.BreakBeforeTernaryOperators); in TEST_F()
170 **BreakBeforeTernaryOperators** (``bool``)