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

References

tools/clang/lib/Format/Format.cpp
  143     IO.enumCase(Value, "None", FormatStyle::SLS_None);
  144     IO.enumCase(Value, "false", FormatStyle::SLS_None);
tools/clang/lib/Format/TokenAnnotator.cpp
 3125     if (Style.AllowShortLambdasOnASingleLine == FormatStyle::SLS_None ||
tools/clang/unittests/Format/FormatTest.cpp
11741   WhitesmithsBraceStyle.AllowShortLambdasOnASingleLine = FormatStyle::SLS_None;
13720   DoNotMerge.AllowShortLambdasOnASingleLine = FormatStyle::SLS_None;