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

References

tools/clang/include/clang/Format/Format.h
 2121            SpaceInEmptyParentheses == R.SpaceInEmptyParentheses &&
 2121            SpaceInEmptyParentheses == R.SpaceInEmptyParentheses &&
tools/clang/lib/Format/Format.cpp
  533     IO.mapOptional("SpaceInEmptyParentheses", Style.SpaceInEmptyParentheses);
  798   LLVMStyle.SpaceInEmptyParentheses = false;
tools/clang/lib/Format/TokenAnnotator.cpp
 2528     return Style.SpaceInEmptyParentheses;
tools/clang/unittests/Format/FormatTest.cpp
 8287   SpaceBetweenBraces.SpaceInEmptyParentheses = true;
10492   Spaces.SpaceInEmptyParentheses = true;
12451   CHECK_PARSE_BOOL(SpaceInEmptyParentheses);