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

References

tools/clang/lib/Format/Format.cpp
  324     IO.enumCase(Value, "Always", FormatStyle::SBPO_Always);
 1081   Style.SpaceBeforeParens = FormatStyle::SBPO_Always;
tools/clang/lib/Format/TokenAnnotator.cpp
 2506   return Style.SpaceBeforeParens == FormatStyle::SBPO_Always ||
tools/clang/unittests/Format/FormatTest.cpp
 2828   Style.SpaceBeforeParens = FormatStyle::SBPO_Always;
10336   Space.SpaceBeforeParens = FormatStyle::SBPO_Always;
12633   Style.SpaceBeforeParens = FormatStyle::SBPO_Always;
12637               FormatStyle::SBPO_Always);
tools/clang/unittests/Format/FormatTestCSharp.cpp
  151   Style.SpaceBeforeParens = FormatStyle::SBPO_Always;
  235   Style.SpaceBeforeParens = FormatStyle::SBPO_Always;
  323   Style.SpaceBeforeParens = FormatStyle::SBPO_Always;