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

References

tools/clang/lib/Format/Format.cpp
  319     IO.enumCase(Value, "Never", FormatStyle::SBPO_Never);
  327     IO.enumCase(Value, "false", FormatStyle::SBPO_Never);
tools/clang/lib/Format/TokenAnnotator.cpp
 2654            (Style.SpaceBeforeParens != FormatStyle::SBPO_Never &&
 2851       return Style.SpaceBeforeParens != FormatStyle::SBPO_Never;
tools/clang/unittests/Format/FormatTest.cpp
 2826   Style.SpaceBeforeParens = FormatStyle::SBPO_Never;
10300   NoSpace.SpaceBeforeParens = FormatStyle::SBPO_Never;
12635               FormatStyle::SBPO_Never);
12644               FormatStyle::SBPO_Never);
tools/clang/unittests/Format/FormatTestCSharp.cpp
  168   Style.SpaceBeforeParens = FormatStyle::SBPO_Never;
  244   Style.SpaceBeforeParens = FormatStyle::SBPO_Never;
  339   Style.SpaceBeforeParens = FormatStyle::SBPO_Never;