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

References

tools/clang/lib/Format/Format.cpp
  119     IO.enumCase(Value, "None", FormatStyle::SFS_None);
  120     IO.enumCase(Value, "false", FormatStyle::SFS_None);
 1104   Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None;
tools/clang/lib/Format/TokenAnnotator.cpp
 3025       return Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_None ||
tools/clang/unittests/Format/FormatTest.cpp
 4706   Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None;
 7430   MultiLineFunctions.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None;
 8448   DoNotMerge.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None;
 8507       FormatStyle::SFS_None;
 8654   Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None;
12620               AllowShortFunctionsOnASingleLine, FormatStyle::SFS_None);
12629               AllowShortFunctionsOnASingleLine, FormatStyle::SFS_None);
13151   Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None;
tools/clang/unittests/Format/FormatTestJS.cpp
  989   Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None;