Searched refs:BOS_None (Results 1 – 5 of 5) sorted by relevance
1700 BOS_None, enumerator
316 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None; in BreakableStringLiteralUsingOperators()
874 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None) || in addTokenOnCurrentLine()917 if (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None) in addTokenOnCurrentLine()
131 IO.enumCase(Value, "None", FormatStyle::BOS_None); in enumeration()132 IO.enumCase(Value, "false", FormatStyle::BOS_None); in enumeration()1478 LLVMStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in getLLVMStyle()
5994 return Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None; in canBreakBefore()5996 return Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None; in canBreakBefore()6169 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None && in canBreakBefore()6274 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None || in canBreakBefore()