Searched refs:BreakBeforeBinaryOperators (Results 1 – 7 of 7) sorted by relevance
39 BreakBeforeBinaryOperators: None
23 BreakBeforeBinaryOperators: None
1617 BinaryOperatorStyle BreakBeforeBinaryOperators; member4798 BreakBeforeBinaryOperators == R.BreakBeforeBinaryOperators &&
959 Style.BreakBeforeBinaryOperators); in mapping()1466 LLVMStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in getLLVMStyle()1700 GoogleStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment; in getGoogleStyle()1847 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in getWebKitStyle()1867 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in getGNUStyle()
5481 return Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None; in canBreakBefore()5483 return Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None; in canBreakBefore()5635 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None && in canBreakBefore()5636 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_All || in canBreakBefore()5739 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_All && in canBreakBefore()5740 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None || in canBreakBefore()
316 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None; in BreakableStringLiteralUsingOperators()
864 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None) || in addTokenOnCurrentLine()907 if (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None) in addTokenOnCurrentLine()