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

References

tools/clang/lib/Format/Format.cpp
  123     IO.enumCase(Value, "Inline", FormatStyle::SFS_Inline);
 1011     ChromiumStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline;
 1025   MozillaStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline;
tools/clang/unittests/Format/FormatTest.cpp
 8568   MergeInlineOnly.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline;
 8685   Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline;
12618   Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline;
12622               AllowShortFunctionsOnASingleLine, FormatStyle::SFS_Inline);
tools/clang/unittests/Format/FormatTestJS.cpp
  849   Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline;
  963   Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline;