Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h283 bool BreakBeforeTernaryOperators; member
660 BreakBeforeTernaryOperators == R.BreakBeforeTernaryOperators &&
/external/jsoncpp/
D.clang-format13 BreakBeforeTernaryOperators: true
/external/mesa3d/src/gallium/drivers/swr/
D.clang-format18 BreakBeforeTernaryOperators: true
/external/libvpx/libvpx/
D.clang-format38 BreakBeforeTernaryOperators: true
/external/skia/
D.clang-format45 BreakBeforeTernaryOperators: true
/external/clang/lib/Format/
DContinuationIndenter.cpp160 (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()
DFormat.cpp292 Style.BreakBeforeTernaryOperators); in mapping()
510 LLVMStyle.BreakBeforeTernaryOperators = true; in getLLVMStyle()
614 GoogleStyle.BreakBeforeTernaryOperators = false; in getGoogleStyle()
696 Style.BreakBeforeTernaryOperators = true; in getGNUStyle()
DTokenAnnotator.cpp2413 return Style.BreakBeforeTernaryOperators; in canBreakBefore()
2415 return !Style.BreakBeforeTernaryOperators; in canBreakBefore()
/external/clang/unittests/Format/
DFormatTest.cpp4674 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()
/external/clang/docs/
DClangFormatStyleOptions.rst407 **BreakBeforeTernaryOperators** (``bool``)