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

References

tools/clang/include/clang/Format/Format.h
 2125            SpacesInCStyleCastParentheses == R.SpacesInCStyleCastParentheses &&
 2125            SpacesInCStyleCastParentheses == R.SpacesInCStyleCastParentheses &&
tools/clang/lib/Format/Format.cpp
  540                    Style.SpacesInCStyleCastParentheses);
  800   LLVMStyle.SpacesInCStyleCastParentheses = false;
tools/clang/lib/Format/TokenAnnotator.cpp
 2532                ? Style.SpacesInCStyleCastParentheses
tools/clang/unittests/Format/FormatTest.cpp
 7022   Spaces.SpacesInCStyleCastParentheses = true;
 7028   Spaces.SpacesInCStyleCastParentheses = false;
10481   Spaces.SpacesInCStyleCastParentheses = true;
10493   Spaces.SpacesInCStyleCastParentheses = true;
10545   Spaces.SpacesInCStyleCastParentheses = false;
12453   CHECK_PARSE_BOOL(SpacesInCStyleCastParentheses);