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

References

tools/clang/lib/Format/ContinuationIndenter.cpp
  376       (Style.AllowShortFunctionsOnASingleLine != FormatStyle::SFS_All ||
tools/clang/lib/Format/Format.cpp
  121     IO.enumCase(Value, "All", FormatStyle::SFS_All);
  122     IO.enumCase(Value, "true", FormatStyle::SFS_All);
  731   LLVMStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All;
tools/clang/lib/Format/UnwrappedLineFormatter.cpp
  254         Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_All ||
tools/clang/unittests/Format/FormatTest.cpp
  374   Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All;
 4717   Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All;
 8707   Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All;
 8721   Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All;
12626               AllowShortFunctionsOnASingleLine, FormatStyle::SFS_All);
12631               AllowShortFunctionsOnASingleLine, FormatStyle::SFS_All);
13162   Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All;
tools/clang/unittests/Format/FormatTestJS.cpp
  978   Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All;
 1020   Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All;