Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h279 bool BreakBeforeTernaryOperators; member
616 BreakBeforeTernaryOperators == R.BreakBeforeTernaryOperators &&
/external/jsoncpp/
D.clang-format13 BreakBeforeTernaryOperators: true
/external/clang/lib/Format/
DContinuationIndenter.cpp148 (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()
DFormat.cpp274 Style.BreakBeforeTernaryOperators); in mapping()
486 LLVMStyle.BreakBeforeTernaryOperators = true; in getLLVMStyle()
584 GoogleStyle.BreakBeforeTernaryOperators = false; in getGoogleStyle()
661 Style.BreakBeforeTernaryOperators = true; in getGNUStyle()
DTokenAnnotator.cpp2276 return Style.BreakBeforeTernaryOperators; in canBreakBefore()
2278 return !Style.BreakBeforeTernaryOperators; in canBreakBefore()
/external/clang/unittests/Format/
DFormatTest.cpp4551 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()
/external/clang/docs/
DClangFormatStyleOptions.rst373 **BreakBeforeTernaryOperators** (``bool``)