Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h309 bool BreakBeforeTernaryOperators; member
434 BreakBeforeTernaryOperators == R.BreakBeforeTernaryOperators &&
/external/clang/lib/Format/
DContinuationIndenter.cpp146 (Style.BreakBeforeTernaryOperators && in mustBreak()
149 (!Style.BreakBeforeTernaryOperators && in mustBreak()
627 if ((Current.is(tok::question) && Style.BreakBeforeTernaryOperators) || in moveStateToNextToken()
630 !Style.BreakBeforeTernaryOperators)) in moveStateToNextToken()
759 Style.BreakBeforeTernaryOperators); in moveStatePastFakeLParens()
DFormat.cpp198 Style.BreakBeforeTernaryOperators); in mapping()
344 LLVMStyle.BreakBeforeTernaryOperators = true; in getLLVMStyle()
429 GoogleStyle.BreakBeforeTernaryOperators = false; in getGoogleStyle()
499 Style.BreakBeforeTernaryOperators = true; in getGNUStyle()
DTokenAnnotator.cpp2028 return Style.BreakBeforeTernaryOperators; in canBreakBefore()
2030 return !Style.BreakBeforeTernaryOperators; in canBreakBefore()
/external/clang/unittests/Format/
DFormatTest.cpp4453 Style.BreakBeforeTernaryOperators = false; in TEST_F()
8916 CHECK_PARSE_BOOL(BreakBeforeTernaryOperators); in TEST_F()
9169 Style.BreakBeforeTernaryOperators = true; in TEST_F()
9171 EXPECT_FALSE(Style.BreakBeforeTernaryOperators); in TEST_F()
9173 Style.BreakBeforeTernaryOperators = true; in TEST_F()
9180 EXPECT_FALSE(Style.BreakBeforeTernaryOperators); in TEST_F()
/external/clang/docs/
DClangFormatStyleOptions.rst265 **BreakBeforeTernaryOperators** (``bool``)