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

References

tools/clang/include/clang/Format/Format.h
 2042            AllowShortFunctionsOnASingleLine ==
 2043                R.AllowShortFunctionsOnASingleLine &&
tools/clang/lib/Format/ContinuationIndenter.cpp
  376       (Style.AllowShortFunctionsOnASingleLine != FormatStyle::SFS_All ||
tools/clang/lib/Format/Format.cpp
  397                    Style.AllowShortFunctionsOnASingleLine);
  731   LLVMStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All;
  917     GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty;
  927     GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty;
  939     GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty;
 1011     ChromiumStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline;
 1025   MozillaStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline;
 1104   Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None;
tools/clang/lib/Format/TokenAnnotator.cpp
 3025       return Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_None ||
 3026              Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_Empty ||
 3028               Style.AllowShortFunctionsOnASingleLine &
tools/clang/lib/Format/UnwrappedLineFormatter.cpp
  254         Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_All ||
  255         (Style.AllowShortFunctionsOnASingleLine >= FormatStyle::SFS_Empty &&
  257         (Style.AllowShortFunctionsOnASingleLine & FormatStyle::SFS_InlineOnly &&
  378           (Style.AllowShortFunctionsOnASingleLine >= FormatStyle::SFS_Empty &&
tools/clang/unittests/Format/FormatTest.cpp
  374   Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All;
 4706   Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None;
 4717   Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All;
 7430   MultiLineFunctions.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None;
 8448   DoNotMerge.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None;
 8506   DoNotMergeNoColumnLimit.AllowShortFunctionsOnASingleLine =
 8539   MergeEmptyOnly.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty;
 8568   MergeInlineOnly.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline;
 8608   MergeInlineOnly.AllowShortFunctionsOnASingleLine =
 8654   Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None;
 8674   Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty;
 8685   Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline;
 8707   Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All;
 8721   Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All;
11739   WhitesmithsBraceStyle.AllowShortFunctionsOnASingleLine =
12618   Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline;
12620               AllowShortFunctionsOnASingleLine, FormatStyle::SFS_None);
12622               AllowShortFunctionsOnASingleLine, FormatStyle::SFS_Inline);
12624               AllowShortFunctionsOnASingleLine, FormatStyle::SFS_Empty);
12626               AllowShortFunctionsOnASingleLine, FormatStyle::SFS_All);
12629               AllowShortFunctionsOnASingleLine, FormatStyle::SFS_None);
12631               AllowShortFunctionsOnASingleLine, FormatStyle::SFS_All);
13151   Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None;
13162   Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All;
tools/clang/unittests/Format/FormatTestJS.cpp
  849   Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline;
  963   Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline;
  978   Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All;
  989   Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None;
 1011   Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty;
 1020   Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All;