Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libcbor/
H A D.clang-format43 BreakBeforeTernaryOperators: true
/freebsd-14.2/
H A D.clang-format25 BreakBeforeTernaryOperators: false
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2120 bool BreakBeforeTernaryOperators; member
4802 BreakBeforeTernaryOperators == R.BreakBeforeTernaryOperators &&
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp407 (Style.BreakBeforeTernaryOperators && Current.is(TT_ConditionalExpr) && in mustBreak()
409 (!Style.BreakBeforeTernaryOperators && in mustBreak()
416 ((Style.BreakBeforeTernaryOperators && Current.is(TT_ConditionalExpr) && in mustBreak()
418 (!Style.BreakBeforeTernaryOperators && Previous.is(TT_ConditionalExpr) && in mustBreak()
865 (P->is(TT_ConditionalExpr) && Style.BreakBeforeTernaryOperators); in addTokenOnCurrentLine()
1329 if (Style.BreakBeforeTernaryOperators && CurrentState.UnindentOperator) in getNewLineColumn()
1512 if (Style.BreakBeforeTernaryOperators && Current.is(tok::question)) in moveStateToNextToken()
1514 if (!Style.BreakBeforeTernaryOperators && Current.isNot(tok::colon)) { in moveStateToNextToken()
H A DFormat.cpp966 Style.BreakBeforeTernaryOperators); in mapping()
1471 LLVMStyle.BreakBeforeTernaryOperators = true; in getLLVMStyle()
1711 GoogleStyle.BreakBeforeTernaryOperators = false; in getGoogleStyle()
1869 Style.BreakBeforeTernaryOperators = true; in getGNUStyle()
H A DWhitespaceManager.cpp1015 if (Style.BreakBeforeTernaryOperators) { in alignChainedConditionals()
H A DTokenAnnotator.cpp5550 return Style.BreakBeforeTernaryOperators; in canBreakBefore()
5552 return !Style.BreakBeforeTernaryOperators; in canBreakBefore()