Searched refs:BreakBeforeBinaryOperators (Results 1 – 9 of 9) sorted by relevance
1004 BinaryOperatorStyle BreakBeforeBinaryOperators; member3282 BreakBeforeBinaryOperators == R.BreakBeforeBinaryOperators &&
37 BreakBeforeBinaryOperators: None
39 BreakBeforeBinaryOperators: None
46 BreakBeforeBinaryOperators: All
566 Style.BreakBeforeBinaryOperators); in mapping()967 LLVMStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in getLLVMStyle()1184 GoogleStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment; in getGoogleStyle()1330 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in getWebKitStyle()1350 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in getGNUStyle()
3873 return Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None; in canBreakBefore()3875 return Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None; in canBreakBefore()4071 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None && in canBreakBefore()4072 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_All || in canBreakBefore()4081 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_All && in canBreakBefore()4082 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None || in canBreakBefore()
691 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None) || in addTokenOnCurrentLine()732 if (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None) in addTokenOnCurrentLine()
565 When ``BreakBeforeBinaryOperators`` is set, the wrapped operator is577 ``BreakBeforeBinaryOperators`` is set, the operator is un-indented so1404 **BreakBeforeBinaryOperators** (``BinaryOperatorStyle``)