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

References

tools/clang/lib/Format/Format.cpp
  258     IO.enumCase(Value, "All", FormatStyle::DRTBS_All);
  263     IO.enumCase(Value, "true", FormatStyle::DRTBS_All);
  414       if (Style.AlwaysBreakAfterDefinitionReturnType == FormatStyle::DRTBS_All)
 1073   Style.AlwaysBreakAfterDefinitionReturnType = FormatStyle::DRTBS_All;
tools/clang/unittests/Format/FormatTest.cpp
12716   Style.AlwaysBreakAfterDefinitionReturnType = FormatStyle::DRTBS_All;
12720               AlwaysBreakAfterDefinitionReturnType, FormatStyle::DRTBS_All);