Searched refs:BOS_None (Results 1 – 5 of 5) sorted by relevance
1588 BOS_None, enumerator
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()
158 IO.enumCase(Value, "None", FormatStyle::BOS_None); in enumeration()159 IO.enumCase(Value, "false", FormatStyle::BOS_None); in enumeration()1466 LLVMStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in getLLVMStyle()
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()5740 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None || in canBreakBefore()