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

References

tools/clang/lib/Format/Format.cpp
  235     IO.enumCase(Value, "AllDefinitions", FormatStyle::RTBS_AllDefinitions);
  415         Style.AlwaysBreakAfterReturnType = FormatStyle::RTBS_AllDefinitions;
 1074   Style.AlwaysBreakAfterReturnType = FormatStyle::RTBS_AllDefinitions;
tools/clang/lib/Format/TokenAnnotator.cpp
 2174   case FormatStyle::RTBS_AllDefinitions:
tools/clang/unittests/Format/FormatTest.cpp
 6071   Style.AlwaysBreakAfterReturnType = FormatStyle::RTBS_AllDefinitions;
 7398   AfterType.AlwaysBreakAfterReturnType = FormatStyle::RTBS_AllDefinitions;
12699               AlwaysBreakAfterReturnType, FormatStyle::RTBS_AllDefinitions);