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

References

tools/clang/lib/Format/ContinuationIndenter.cpp
  313     if (Style.AlwaysBreakAfterReturnType == FormatStyle::RTBS_None)
  479          Style.AlwaysBreakAfterReturnType != FormatStyle::RTBS_None)) ||
tools/clang/lib/Format/Format.cpp
  230     IO.enumCase(Value, "None", FormatStyle::RTBS_None);
  413         Style.AlwaysBreakAfterReturnType == FormatStyle::RTBS_None) {
  737   LLVMStyle.AlwaysBreakAfterReturnType = FormatStyle::RTBS_None;
 1109   Style.AlwaysBreakAfterReturnType = FormatStyle::RTBS_None;
tools/clang/lib/Format/TokenAnnotator.cpp
 2169   case FormatStyle::RTBS_None:
tools/clang/unittests/Format/FormatTest.cpp
 6011   Style.AlwaysBreakAfterReturnType = FormatStyle::RTBS_None;
12693               FormatStyle::RTBS_None);
tools/clang/unittests/Format/FormatTestCSharp.cpp
  271   Style.AlwaysBreakAfterReturnType = FormatStyle::RTBS_None;