Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h1737 bool BreakBeforeTernaryOperators; member
3285 BreakBeforeTernaryOperators == R.BreakBeforeTernaryOperators &&
/netbsd-src/external/bsd/pam-u2f/dist/
H A D.clang-format40 BreakBeforeTernaryOperators: true
/netbsd-src/external/mit/libcbor/dist/
H A D.clang-format43 BreakBeforeTernaryOperators: true
/netbsd-src/external/apache2/llvm/dist/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.cpp582 Style.BreakBeforeTernaryOperators); in mapping()
969 LLVMStyle.BreakBeforeTernaryOperators = true; in getLLVMStyle()
1195 GoogleStyle.BreakBeforeTernaryOperators = false; in getGoogleStyle()
1352 Style.BreakBeforeTernaryOperators = true; in getGNUStyle()
H A DWhitespaceManager.cpp767 if (Style.BreakBeforeTernaryOperators) { in alignChainedConditionals()
H A DTokenAnnotator.cpp3937 return Style.BreakBeforeTernaryOperators; in canBreakBefore()
3939 return !Style.BreakBeforeTernaryOperators; in canBreakBefore()
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dclang-format48 BreakBeforeTernaryOperators: true
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dclang-format48 BreakBeforeTernaryOperators: true
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst1916 **BreakBeforeTernaryOperators** (``bool``)