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

References

tools/clang/lib/Format/ContinuationIndenter.cpp
  133            Style.BreakInheritanceList != FormatStyle::BILS_BeforeComma));
  587   if (Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma &&
tools/clang/lib/Format/Format.cpp
  213     IO.enumCase(Value, "BeforeComma", FormatStyle::BILS_BeforeComma);
  441       Style.BreakInheritanceList = FormatStyle::BILS_BeforeComma;
 1034   MozillaStyle.BreakInheritanceList = FormatStyle::BILS_BeforeComma;
tools/clang/lib/Format/TokenAnnotator.cpp
 3091   if (Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma &&
 3500       Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma)
 3503       Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma)
tools/clang/unittests/Format/FormatTest.cpp
 1732       FormatStyle::BILS_BeforeComma;
 4733   Style.BreakInheritanceList = FormatStyle::BILS_BeforeComma;
10665   InheritanceStyle.BreakInheritanceList = FormatStyle::BILS_BeforeComma;
12560               FormatStyle::BILS_BeforeComma);
12567               FormatStyle::BILS_BeforeComma);