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

References

tools/clang/include/clang/Format/Format.h
 2117            SpaceBeforeParens == R.SpaceBeforeParens &&
 2117            SpaceBeforeParens == R.SpaceBeforeParens &&
tools/clang/lib/Format/Format.cpp
  373                      Style.SpaceBeforeParens);
  529     IO.mapOptional("SpaceBeforeParens", Style.SpaceBeforeParens);
  806   LLVMStyle.SpaceBeforeParens = FormatStyle::SBPO_ControlStatements;
 1081   Style.SpaceBeforeParens = FormatStyle::SBPO_Always;
tools/clang/lib/Format/TokenAnnotator.cpp
 2506   return Style.SpaceBeforeParens == FormatStyle::SBPO_Always ||
 2507          (Style.SpaceBeforeParens == FormatStyle::SBPO_NonEmptyParentheses &&
 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;
 2828   Style.SpaceBeforeParens = FormatStyle::SBPO_Always;
10300   NoSpace.SpaceBeforeParens = FormatStyle::SBPO_Never;
10336   Space.SpaceBeforeParens = FormatStyle::SBPO_Always;
10385   SomeSpace.SpaceBeforeParens = FormatStyle::SBPO_NonEmptyParentheses;
12633   Style.SpaceBeforeParens = FormatStyle::SBPO_Always;
12634   CHECK_PARSE("SpaceBeforeParens: Never", SpaceBeforeParens,
12636   CHECK_PARSE("SpaceBeforeParens: Always", SpaceBeforeParens,
12638   CHECK_PARSE("SpaceBeforeParens: ControlStatements", SpaceBeforeParens,
12640   CHECK_PARSE("SpaceBeforeParens: NonEmptyParentheses", SpaceBeforeParens,
12643   CHECK_PARSE("SpaceAfterControlStatementKeyword: false", SpaceBeforeParens,
12645   CHECK_PARSE("SpaceAfterControlStatementKeyword: true", SpaceBeforeParens,
tools/clang/unittests/Format/FormatTestCSharp.cpp
  151   Style.SpaceBeforeParens = FormatStyle::SBPO_Always;
  168   Style.SpaceBeforeParens = FormatStyle::SBPO_Never;
  235   Style.SpaceBeforeParens = FormatStyle::SBPO_Always;
  244   Style.SpaceBeforeParens = FormatStyle::SBPO_Never;
  323   Style.SpaceBeforeParens = FormatStyle::SBPO_Always;
  339   Style.SpaceBeforeParens = FormatStyle::SBPO_Never;