Searched refs:BreakBeforeBinaryOperators (Results 1 – 5 of 5) sorted by relevance
1325 BinaryOperatorStyle BreakBeforeBinaryOperators; member4210 BreakBeforeBinaryOperators == R.BreakBeforeBinaryOperators &&
887 Style.BreakBeforeBinaryOperators); in mapping()1356 LLVMStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in getLLVMStyle()1584 GoogleStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment; in getGoogleStyle()1731 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in getWebKitStyle()1751 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in getGNUStyle()
4849 return Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None; in canBreakBefore()4851 return Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None; in canBreakBefore()5004 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None && in canBreakBefore()5005 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_All || in canBreakBefore()5105 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_All && in canBreakBefore()5106 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None || in canBreakBefore()
785 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None) || in addTokenOnCurrentLine()828 if (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None) in addTokenOnCurrentLine()
852 When ``BreakBeforeBinaryOperators`` is set, the wrapped operator is864 ``BreakBeforeBinaryOperators`` is set, the operator is un-indented so1900 **BreakBeforeBinaryOperators** (``BinaryOperatorStyle``) :versionbadge:`clang-format 3.6` :ref:`¶ <…