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

References

tools/clang/lib/Format/Format.cpp
  231     IO.enumCase(Value, "All", FormatStyle::RTBS_All);
tools/clang/lib/Format/TokenAnnotator.cpp
 2171   case FormatStyle::RTBS_All:
tools/clang/unittests/Format/FormatTest.cpp
 6023   Style.AlwaysBreakAfterReturnType = FormatStyle::RTBS_All;
12691   Style.AlwaysBreakAfterReturnType = FormatStyle::RTBS_All;
12695               FormatStyle::RTBS_All);