Searched refs:BreakBeforeTernaryOperators (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2120 bool BreakBeforeTernaryOperators; member in namespace:clang::format
4802 BreakBeforeTernaryOperators == R.BreakBeforeTernaryOperators &&
/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp407 (Style.BreakBeforeTernaryOperators && Current.is(TT_ConditionalExpr) &&
409 (!Style.BreakBeforeTernaryOperators &&
416 ((Style.BreakBeforeTernaryOperators && Current.is(TT_ConditionalExpr) &&
418 (!Style.BreakBeforeTernaryOperators && Previous.is(TT_ConditionalExpr) &&
865 (P->is(TT_ConditionalExpr) && Style.BreakBeforeTernaryOperators);
1325 // BreakBeforeTernaryOperators=true
1329 if (Style.BreakBeforeTernaryOperators && CurrentState.UnindentOperator)
1512 if (Style.BreakBeforeTernaryOperators && Current.is(tok::question))
1514 if (!Style.BreakBeforeTernaryOperators && Current.isNot(tok::colon)) {
H A DFormat.cpp965 IO.mapOptional("BreakBeforeTernaryOperators",
966 Style.BreakBeforeTernaryOperators);
1471 LLVMStyle.BreakBeforeTernaryOperators = true;
1711 GoogleStyle.BreakBeforeTernaryOperators = false;
1869 Style.BreakBeforeTernaryOperators = true;
H A DWhitespaceManager.cpp1015 if (Style.BreakBeforeTernaryOperators) {
H A DTokenAnnotator.cpp5550 return Style.BreakBeforeTernaryOperators;
5552 return !Style.BreakBeforeTernaryOperators;

Completed in 102 milliseconds