Home
last modified time | relevance | path

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

/src/contrib/libcbor/
H A D.clang-format43 BreakBeforeTernaryOperators: true
/src/
H A D.clang-format25 BreakBeforeTernaryOperators: false
/src/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2232 bool BreakBeforeTernaryOperators; member
5039 BreakBeforeTernaryOperators == R.BreakBeforeTernaryOperators &&
/src/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp415 (Style.BreakBeforeTernaryOperators && Current.is(TT_ConditionalExpr) && in mustBreak()
417 (!Style.BreakBeforeTernaryOperators && in mustBreak()
424 ((Style.BreakBeforeTernaryOperators && Current.is(TT_ConditionalExpr) && in mustBreak()
426 (!Style.BreakBeforeTernaryOperators && Previous.is(TT_ConditionalExpr) && in mustBreak()
875 (P->is(TT_ConditionalExpr) && Style.BreakBeforeTernaryOperators); in addTokenOnCurrentLine()
1350 if (Style.BreakBeforeTernaryOperators && CurrentState.UnindentOperator) in getNewLineColumn()
1535 if (Style.BreakBeforeTernaryOperators && Current.is(tok::question)) in moveStateToNextToken()
1537 if (!Style.BreakBeforeTernaryOperators && Current.isNot(tok::colon)) { in moveStateToNextToken()
H A DFormat.cpp970 Style.BreakBeforeTernaryOperators); in mapping()
1482 LLVMStyle.BreakBeforeTernaryOperators = true; in getLLVMStyle()
1732 GoogleStyle.BreakBeforeTernaryOperators = false; in getGoogleStyle()
1890 Style.BreakBeforeTernaryOperators = true; in getGNUStyle()
H A DWhitespaceManager.cpp1048 if (Style.BreakBeforeTernaryOperators) { in alignChainedConditionals()
H A DTokenAnnotator.cpp6080 return Style.BreakBeforeTernaryOperators; in canBreakBefore()
6082 return !Style.BreakBeforeTernaryOperators; in canBreakBefore()