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

References

tools/clang/lib/Format/Format.cpp
  232     IO.enumCase(Value, "TopLevel", FormatStyle::RTBS_TopLevel);
 1026   MozillaStyle.AlwaysBreakAfterReturnType = FormatStyle::RTBS_TopLevel;
tools/clang/lib/Format/TokenAnnotator.cpp
 2162   if ((Style.AlwaysBreakAfterReturnType == FormatStyle::RTBS_TopLevel ||
 2172   case FormatStyle::RTBS_TopLevel:
tools/clang/unittests/Format/FormatTest.cpp
 6056   Style.AlwaysBreakAfterReturnType = FormatStyle::RTBS_TopLevel;
12697               AlwaysBreakAfterReturnType, FormatStyle::RTBS_TopLevel);