Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Format/
DFormat.h1828 bool BreakBeforeTernaryOperators; member
4214 BreakBeforeTernaryOperators == R.BreakBeforeTernaryOperators &&
/openbsd/src/gnu/llvm/clang/lib/Format/
DContinuationIndenter.cpp388 (Style.BreakBeforeTernaryOperators && Current.is(TT_ConditionalExpr) && in mustBreak()
390 (!Style.BreakBeforeTernaryOperators && in mustBreak()
397 ((Style.BreakBeforeTernaryOperators && Current.is(TT_ConditionalExpr) && in mustBreak()
399 (!Style.BreakBeforeTernaryOperators && Previous.is(TT_ConditionalExpr) && in mustBreak()
786 (P->is(TT_ConditionalExpr) && Style.BreakBeforeTernaryOperators); in addTokenOnCurrentLine()
1195 if (Style.BreakBeforeTernaryOperators && CurrentState.UnindentOperator) in getNewLineColumn()
1371 if (Style.BreakBeforeTernaryOperators && Current.is(tok::question)) in moveStateToNextToken()
1373 if (!Style.BreakBeforeTernaryOperators && Current.isNot(tok::colon)) { in moveStateToNextToken()
DFormat.cpp894 Style.BreakBeforeTernaryOperators); in mapping()
1360 LLVMStyle.BreakBeforeTernaryOperators = true; in getLLVMStyle()
1595 GoogleStyle.BreakBeforeTernaryOperators = false; in getGoogleStyle()
1753 Style.BreakBeforeTernaryOperators = true; in getGNUStyle()
DWhitespaceManager.cpp900 if (Style.BreakBeforeTernaryOperators) { in alignChainedConditionals()
DTokenAnnotator.cpp4918 return Style.BreakBeforeTernaryOperators; in canBreakBefore()
4920 return !Style.BreakBeforeTernaryOperators; in canBreakBefore()
/openbsd/src/gnu/llvm/clang/docs/
DClangFormatStyleOptions.rst2470 **BreakBeforeTernaryOperators** (``Boolean``) :versionbadge:`clang-format 3.7` :ref:`¶ <BreakBefore…