Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libcbor/
H A D.clang-format43 BreakBeforeTernaryOperators: true
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1766 bool BreakBeforeTernaryOperators; member
3420 BreakBeforeTernaryOperators == R.BreakBeforeTernaryOperators &&
/freebsd-13.1/
H A D.clang-format25 BreakBeforeTernaryOperators: false
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp363 (Style.BreakBeforeTernaryOperators && Current.is(TT_ConditionalExpr) && in mustBreak()
365 (!Style.BreakBeforeTernaryOperators && in mustBreak()
371 ((Style.BreakBeforeTernaryOperators && Current.is(TT_ConditionalExpr) && in mustBreak()
373 (!Style.BreakBeforeTernaryOperators && Previous.is(TT_ConditionalExpr) && in mustBreak()
692 (P->is(TT_ConditionalExpr) && Style.BreakBeforeTernaryOperators); in addTokenOnCurrentLine()
1065 if (Style.BreakBeforeTernaryOperators && in getNewLineColumn()
1204 if (Style.BreakBeforeTernaryOperators && Current.is(tok::question)) in moveStateToNextToken()
1206 if (!Style.BreakBeforeTernaryOperators && Current.isNot(tok::colon)) { in moveStateToNextToken()
H A DFormat.cpp616 Style.BreakBeforeTernaryOperators); in mapping()
1009 LLVMStyle.BreakBeforeTernaryOperators = true; in getLLVMStyle()
1242 GoogleStyle.BreakBeforeTernaryOperators = false; in getGoogleStyle()
1399 Style.BreakBeforeTernaryOperators = true; in getGNUStyle()
H A DWhitespaceManager.cpp782 if (Style.BreakBeforeTernaryOperators) { in alignChainedConditionals()
H A DTokenAnnotator.cpp4066 return Style.BreakBeforeTernaryOperators; in canBreakBefore()
4068 return !Style.BreakBeforeTernaryOperators; in canBreakBefore()