Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h836 bool BreakBeforeTernaryOperators; member
1742 BreakBeforeTernaryOperators == R.BreakBeforeTernaryOperators &&
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DContinuationIndenter.cpp353 (Style.BreakBeforeTernaryOperators && Current.is(TT_ConditionalExpr) && in mustBreak()
355 (!Style.BreakBeforeTernaryOperators && in mustBreak()
666 (P->is(TT_ConditionalExpr) && Style.BreakBeforeTernaryOperators); in addTokenOnCurrentLine()
1075 if (Style.BreakBeforeTernaryOperators && Current.is(tok::question)) in moveStateToNextToken()
1077 if (!Style.BreakBeforeTernaryOperators && Current.isNot(tok::colon)) { in moveStateToNextToken()
H A DFormat.cpp377 Style.BreakBeforeTernaryOperators); in mapping()
645 LLVMStyle.BreakBeforeTernaryOperators = true; in getLLVMStyle()
816 GoogleStyle.BreakBeforeTernaryOperators = false; in getGoogleStyle()
934 Style.BreakBeforeTernaryOperators = true; in getGNUStyle()
H A DTokenAnnotator.cpp3193 return Style.BreakBeforeTernaryOperators; in canBreakBefore()
3195 return !Style.BreakBeforeTernaryOperators; in canBreakBefore()