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

References

tools/clang/lib/Format/Format.cpp
  191     IO.enumCase(Value, "true", FormatStyle::BWACS_Always);
  194     IO.enumCase(Value, "Always", FormatStyle::BWACS_Always);
  676     Expanded.BraceWrapping.AfterControlStatement = FormatStyle::BWACS_Always;
  690     Expanded.BraceWrapping.AfterControlStatement = FormatStyle::BWACS_Always;
  701     Expanded.BraceWrapping = {true, true, FormatStyle::BWACS_Always,
 1094   Style.BraceWrapping.AfterControlStatement = FormatStyle::BWACS_Always;
tools/clang/lib/Format/UnwrappedLineFormatter.cpp
  326               FormatStyle::BWACS_Always)
  430             FormatStyle::BWACS_Always &&
  544               FormatStyle::BWACS_Always &&
  555               FormatStyle::BWACS_Always &&
tools/clang/lib/Format/UnwrappedLineParser.cpp
 1171               FormatStyle::BWACS_Always)
 1184               FormatStyle::BWACS_Always)
 1995           FormatStyle::BWACS_Always)
tools/clang/unittests/Format/FormatTest.cpp
  648       FormatStyle::BWACS_Always;
 1172   Style.BraceWrapping.AfterControlStatement = FormatStyle::BWACS_Always;
 1374   Style.BraceWrapping.AfterControlStatement = FormatStyle::BWACS_Always;
 3069   Style.BraceWrapping.AfterControlStatement = FormatStyle::BWACS_Always;
12679               BraceWrapping.AfterControlStatement, FormatStyle::BWACS_Always);
12686               BraceWrapping.AfterControlStatement, FormatStyle::BWACS_Always);
tools/clang/unittests/Format/FormatTestObjC.cpp
  210   Style.BraceWrapping.AfterControlStatement = FormatStyle::BWACS_Always;
  240   Style.BraceWrapping.AfterControlStatement = FormatStyle::BWACS_Always;