Searched refs:BOS_None (Results 1 – 5 of 5) sorted by relevance
152 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None in mustBreakBinaryOperation()969 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None) || in addTokenOnCurrentLine()1012 if (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None) in addTokenOnCurrentLine()
303 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None; in BreakableStringLiteralUsingOperators()
6142 return Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None; in canBreakBefore()6144 return Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None; in canBreakBefore()6349 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None && in canBreakBefore()6430 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None || in canBreakBefore()
131 IO.enumCase(Value, "None", FormatStyle::BOS_None); in enumeration()132 IO.enumCase(Value, "false", FormatStyle::BOS_None); in enumeration()1567 LLVMStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in getLLVMStyle()
1752 BOS_None, enumerator