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

References

tools/clang/include/clang/Format/Format.h
 2109            SpaceAfterCStyleCast == R.SpaceAfterCStyleCast &&
 2109            SpaceAfterCStyleCast == R.SpaceAfterCStyleCast &&
tools/clang/lib/Format/Format.cpp
  517     IO.mapOptional("SpaceAfterCStyleCast", Style.SpaceAfterCStyleCast);
  801   LLVMStyle.SpaceAfterCStyleCast = false;
  922     GoogleStyle.SpaceAfterCStyleCast = true;
tools/clang/lib/Format/TokenAnnotator.cpp
 2925     return Style.SpaceAfterCStyleCast ||
tools/clang/unittests/Format/FormatTest.cpp
10519   Spaces.SpaceAfterCStyleCast = true;
10546   Spaces.SpaceAfterCStyleCast = true;
12454   CHECK_PARSE_BOOL(SpaceAfterCStyleCast);