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

References

tools/clang/unittests/Format/FormatTestCSharp.cpp
  151   Style.SpaceBeforeParens = FormatStyle::SBPO_Always;
  159                Style);
  161   verifyFormat("switch (args?.Length) {}", Style);
  168   Style.SpaceBeforeParens = FormatStyle::SBPO_Never;
  170   verifyFormat("switch(args?.Length) {}", Style);