Searched refs:BOS_None (Results 1 – 5 of 5) sorted by relevance
976 BOS_None, enumerator
190 IO.enumCase(Value, "None", FormatStyle::BOS_None); in enumeration()191 IO.enumCase(Value, "false", FormatStyle::BOS_None); in enumeration()967 LLVMStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in getLLVMStyle()
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()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()
1409 * ``BOS_None`` (in configuration: ``None``)