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

References

tools/clang/include/clang/Format/Format.h
 2120            SpaceInEmptyBlock == R.SpaceInEmptyBlock &&
 2120            SpaceInEmptyBlock == R.SpaceInEmptyBlock &&
tools/clang/lib/Format/Format.cpp
  532     IO.mapOptional("SpaceInEmptyBlock", Style.SpaceInEmptyBlock);
  797   LLVMStyle.SpaceInEmptyBlock = false;
 1067   Style.SpaceInEmptyBlock = true;
tools/clang/lib/Format/UnwrappedLineFormatter.cpp
  574         Tok->SpacesRequiredBefore = Style.SpaceInEmptyBlock ? 1 : 0;
tools/clang/unittests/Format/FormatTest.cpp
 3864   Style.SpaceInEmptyBlock = true;
12450   CHECK_PARSE_BOOL(SpaceInEmptyBlock);