reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Format/Format.cpp
  162     IO.enumCase(Value, "All", FormatStyle::BOS_All);
  163     IO.enumCase(Value, "true", FormatStyle::BOS_All);
 1055   Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All;
 1075   Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All;
tools/clang/lib/Format/TokenAnnotator.cpp
 3510       (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_All ||
 3519       Style.BreakBeforeBinaryOperators != FormatStyle::BOS_All &&
tools/clang/unittests/Format/FormatTest.cpp
 4081   Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All;
 6714   Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All;
 6732   Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All;
10952   Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_All;
11232   Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_All;
12534   Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All;
12540               FormatStyle::BOS_All);
12545               FormatStyle::BOS_All);
tools/clang/unittests/Format/FormatTestJS.cpp
  284   Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All;