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

References

tools/clang/include/clang/Format/Format.h
 2055            BreakBeforeBinaryOperators == R.BreakBeforeBinaryOperators &&
 2055            BreakBeforeBinaryOperators == R.BreakBeforeBinaryOperators &&
tools/clang/lib/Format/ContinuationIndenter.cpp
  669          Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None) ||
  708     if (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None)
tools/clang/lib/Format/Format.cpp
  430                    Style.BreakBeforeBinaryOperators);
  743   LLVMStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_None;
  920     GoogleStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment;
 1055   Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All;
 1075   Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All;
tools/clang/lib/Format/TokenAnnotator.cpp
 3312       return Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None;
 3314       return Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None;
 3509       Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None &&
 3510       (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_All ||
 3519       Style.BreakBeforeBinaryOperators != FormatStyle::BOS_All &&
 3520       (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None ||
tools/clang/unittests/Format/FormatTest.cpp
 4081   Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All;
 4177   Style.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment;
 4208   Style.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment;
 4217   Style.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment;
 4252   Style.BreakBeforeBinaryOperators = FormatStyle::BOS_None;
 6706   Style.BreakBeforeBinaryOperators = FormatStyle::BOS_None;
 6714   Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All;
 6722   Style.BreakBeforeBinaryOperators = FormatStyle::BOS_None;
 6732   Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All;
10952   Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_All;
10958   Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_None;
11232   Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_All;
11238   Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_None;
12534   Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All;
12536               BreakBeforeBinaryOperators, FormatStyle::BOS_NonAssignment);
12537   CHECK_PARSE("BreakBeforeBinaryOperators: None", BreakBeforeBinaryOperators,
12539   CHECK_PARSE("BreakBeforeBinaryOperators: All", BreakBeforeBinaryOperators,
12542   CHECK_PARSE("BreakBeforeBinaryOperators: false", BreakBeforeBinaryOperators,
12544   CHECK_PARSE("BreakBeforeBinaryOperators: true", BreakBeforeBinaryOperators,
tools/clang/unittests/Format/FormatTestJS.cpp
  284   Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All;
tools/clang/unittests/Format/FormatTestJava.cpp
   66   Style.BreakBeforeBinaryOperators = FormatStyle::BOS_None;