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

References

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
  164     IO.enumCase(Value, "None", FormatStyle::BOS_None);
  165     IO.enumCase(Value, "false", FormatStyle::BOS_None);
  743   LLVMStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_None;
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 &&
 3520       (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None ||
tools/clang/unittests/Format/FormatTest.cpp
 4252   Style.BreakBeforeBinaryOperators = FormatStyle::BOS_None;
 6706   Style.BreakBeforeBinaryOperators = FormatStyle::BOS_None;
 6722   Style.BreakBeforeBinaryOperators = FormatStyle::BOS_None;
10958   Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_None;
11238   Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_None;
12538               FormatStyle::BOS_None);
12543               FormatStyle::BOS_None);
tools/clang/unittests/Format/FormatTestJava.cpp
   66   Style.BreakBeforeBinaryOperators = FormatStyle::BOS_None;