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

References

tools/clang/lib/Format/Format.cpp
  147     IO.enumCase(Value, "All", FormatStyle::SLS_All);
  148     IO.enumCase(Value, "true", FormatStyle::SLS_All);
  735   LLVMStyle.AllowShortLambdasOnASingleLine = FormatStyle::SLS_All;