Home | History | Annotate | Download | only in Format

Lines Matching refs:BOS_None

2381       return Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None;
2383 return Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None;
2487 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None &&
2498 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None ||