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

References

tools/clang/lib/Format/Format.cpp
  146     IO.enumCase(Value, "Inline", FormatStyle::SLS_Inline);
tools/clang/lib/Format/TokenAnnotator.cpp
 3122         Style.AllowShortLambdasOnASingleLine == FormatStyle::SLS_Inline)
 3126         Style.AllowShortLambdasOnASingleLine == FormatStyle::SLS_Inline ||
tools/clang/unittests/Format/FormatTest.cpp
13744   MergeInline.AllowShortLambdasOnASingleLine = FormatStyle::SLS_Inline;