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

References

tools/clang/lib/Format/Format.cpp
  145     IO.enumCase(Value, "Empty", FormatStyle::SLS_Empty);
tools/clang/lib/Format/TokenAnnotator.cpp
 3128          Style.AllowShortLambdasOnASingleLine == FormatStyle::SLS_Empty))
tools/clang/unittests/Format/FormatTest.cpp
13730   MergeEmptyOnly.AllowShortLambdasOnASingleLine = FormatStyle::SLS_Empty;