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

References

tools/clang/include/clang/Format/Format.h
 2063            BreakInheritanceList == R.BreakInheritanceList &&
 2063            BreakInheritanceList == R.BreakInheritanceList &&
tools/clang/lib/Format/ContinuationIndenter.cpp
  133            Style.BreakInheritanceList != FormatStyle::BILS_BeforeComma));
  587   if (Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma &&
  590   if (Style.BreakInheritanceList == FormatStyle::BILS_AfterColon &&
 1064       Style.BreakInheritanceList == FormatStyle::BILS_AfterColon)
tools/clang/lib/Format/Format.cpp
  435     IO.mapOptional("BreakInheritanceList", Style.BreakInheritanceList);
  440         Style.BreakInheritanceList == FormatStyle::BILS_BeforeColon)
  441       Style.BreakInheritanceList = FormatStyle::BILS_BeforeComma;
  754   LLVMStyle.BreakInheritanceList = FormatStyle::BILS_BeforeColon;
 1034   MozillaStyle.BreakInheritanceList = FormatStyle::BILS_BeforeComma;
tools/clang/lib/Format/TokenAnnotator.cpp
 3091   if (Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma &&
 3380     return Style.BreakInheritanceList == FormatStyle::BILS_AfterColon;
 3382     return Style.BreakInheritanceList != FormatStyle::BILS_AfterColon;
 3500       Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma)
 3503       Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma)
tools/clang/unittests/Format/FormatTest.cpp
 1731   StyleWithInheritanceBreakBeforeComma.BreakInheritanceList =
 1749   StyleWithInheritanceBreakAfterColon.BreakInheritanceList =
 4727   Style.BreakInheritanceList = FormatStyle::BILS_BeforeColon;
 4733   Style.BreakInheritanceList = FormatStyle::BILS_BeforeComma;
 4739   Style.BreakInheritanceList = FormatStyle::BILS_AfterColon;
10659   InheritanceStyle.BreakInheritanceList = FormatStyle::BILS_AfterColon;
10665   InheritanceStyle.BreakInheritanceList = FormatStyle::BILS_BeforeComma;
10671   InheritanceStyle.BreakInheritanceList = FormatStyle::BILS_BeforeColon;
12558   Style.BreakInheritanceList = FormatStyle::BILS_BeforeColon;
12559   CHECK_PARSE("BreakInheritanceList: BeforeComma", BreakInheritanceList,
12561   CHECK_PARSE("BreakInheritanceList: AfterColon", BreakInheritanceList,
12563   CHECK_PARSE("BreakInheritanceList: BeforeColon", BreakInheritanceList,
12566   CHECK_PARSE("BreakBeforeInheritanceComma: true", BreakInheritanceList,