Home
last modified time | relevance | path

Searched refs:BreakBeforeTernaryOperators (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/Format/
DFormat.h263 bool BreakBeforeTernaryOperators; member
379 BreakBeforeTernaryOperators == R.BreakBeforeTernaryOperators &&
/external/clang/lib/Format/
DContinuationIndenter.cpp138 (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()
DFormat.cpp183 Style.BreakBeforeTernaryOperators); in mapping()
318 LLVMStyle.BreakBeforeTernaryOperators = true; in getLLVMStyle()
389 GoogleStyle.BreakBeforeTernaryOperators = false; in getGoogleStyle()
448 Style.BreakBeforeTernaryOperators = true; in getGNUStyle()
DTokenAnnotator.cpp1728 return Style.BreakBeforeTernaryOperators; in canBreakBefore()
1730 return !Style.BreakBeforeTernaryOperators; in canBreakBefore()
/external/clang/unittests/Format/
DFormatTest.cpp3968 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()
/external/clang/docs/
DClangFormatStyleOptions.rst170 **BreakBeforeTernaryOperators** (``bool``)