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

References

tools/clang/lib/Format/Format.cpp
  257     IO.enumCase(Value, "None", FormatStyle::DRTBS_None);
  262     IO.enumCase(Value, "false", FormatStyle::DRTBS_None);
  412     if (Style.AlwaysBreakAfterDefinitionReturnType != FormatStyle::DRTBS_None &&
  738   LLVMStyle.AlwaysBreakAfterDefinitionReturnType = FormatStyle::DRTBS_None;
 1108   Style.AlwaysBreakAfterDefinitionReturnType = FormatStyle::DRTBS_None;
tools/clang/unittests/Format/FormatTest.cpp
12718               AlwaysBreakAfterDefinitionReturnType, FormatStyle::DRTBS_None);