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

References

tools/clang/lib/Format/Format.cpp
  124     IO.enumCase(Value, "InlineOnly", FormatStyle::SFS_InlineOnly);
tools/clang/lib/Format/TokenAnnotator.cpp
 3029                   FormatStyle::SFS_InlineOnly);
tools/clang/lib/Format/UnwrappedLineFormatter.cpp
  257         (Style.AllowShortFunctionsOnASingleLine & FormatStyle::SFS_InlineOnly &&
tools/clang/unittests/Format/FormatTest.cpp
 8609       FormatStyle::SFS_InlineOnly;