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

References

tools/clang/lib/Format/Format.cpp
  190     IO.enumCase(Value, "false", FormatStyle::BWACS_Never);
  192     IO.enumCase(Value, "Never", FormatStyle::BWACS_Never);
  646   Expanded.BraceWrapping = {false, false, FormatStyle::BWACS_Never,
  746   LLVMStyle.BraceWrapping = {false, false, FormatStyle::BWACS_Never,
tools/clang/unittests/Format/FormatTest.cpp
12672   Style.BraceWrapping.AfterControlStatement = FormatStyle::BWACS_Never;
12682               BraceWrapping.AfterControlStatement, FormatStyle::BWACS_Never);
12689               BraceWrapping.AfterControlStatement, FormatStyle::BWACS_Never);