Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/
H A D.clang-format33 BreakBeforeTernaryOperators: true
/freebsd/contrib/libcbor/
H A D.clang-format43 BreakBeforeTernaryOperators: true
/freebsd/
H A D.clang-format25 BreakBeforeTernaryOperators: false
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2311 bool BreakBeforeTernaryOperators; member
5375 BreakBeforeTernaryOperators == R.BreakBeforeTernaryOperators &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp443 (Style.BreakBeforeTernaryOperators && Current.is(TT_ConditionalExpr) && in mustBreak()
445 (!Style.BreakBeforeTernaryOperators && in mustBreak()
452 ((Style.BreakBeforeTernaryOperators && Current.is(TT_ConditionalExpr) && in mustBreak()
454 (!Style.BreakBeforeTernaryOperators && Previous.is(TT_ConditionalExpr) && in mustBreak()
970 (P->is(TT_ConditionalExpr) && Style.BreakBeforeTernaryOperators); in addTokenOnCurrentLine()
1463 if (Style.BreakBeforeTernaryOperators && CurrentState.UnindentOperator) in getNewLineColumn()
1651 if (Style.BreakBeforeTernaryOperators && Current.is(tok::question)) in moveStateToNextToken()
1653 if (!Style.BreakBeforeTernaryOperators && Current.isNot(tok::colon)) { in moveStateToNextToken()
H A DFormat.cpp1044 Style.BreakBeforeTernaryOperators); in mapping()
1572 LLVMStyle.BreakBeforeTernaryOperators = true; in getLLVMStyle()
1834 GoogleStyle.BreakBeforeTernaryOperators = false; in getGoogleStyle()
1992 Style.BreakBeforeTernaryOperators = true; in getGNUStyle()
H A DWhitespaceManager.cpp1043 if (Style.BreakBeforeTernaryOperators) { in alignChainedConditionals()
H A DTokenAnnotator.cpp6259 return Style.BreakBeforeTernaryOperators; in canBreakBefore()
6261 return !Style.BreakBeforeTernaryOperators; in canBreakBefore()