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

References

tools/clang/include/clang/Format/Format.h
 2086            KeepEmptyLinesAtTheStartOfBlocks ==
 2087                R.KeepEmptyLinesAtTheStartOfBlocks &&
tools/clang/lib/Format/Format.cpp
  489                    Style.KeepEmptyLinesAtTheStartOfBlocks);
  784   LLVMStyle.KeepEmptyLinesAtTheStartOfBlocks = true;
  861   GoogleStyle.KeepEmptyLinesAtTheStartOfBlocks = false;
tools/clang/lib/Format/UnwrappedLineFormatter.cpp
 1207   if (!Style.KeepEmptyLinesAtTheStartOfBlocks && PreviousLine &&
tools/clang/tools/extra/clangd/Format.cpp
  253     Style.KeepEmptyLinesAtTheStartOfBlocks = true;
tools/clang/unittests/Format/FormatTest.cpp
  379   Style.KeepEmptyLinesAtTheStartOfBlocks = false;
12440   CHECK_PARSE_BOOL(KeepEmptyLinesAtTheStartOfBlocks);