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

References

tools/clang/lib/Format/ContinuationIndenter.cpp
  590   if (Style.BreakInheritanceList == FormatStyle::BILS_AfterColon &&
 1064       Style.BreakInheritanceList == FormatStyle::BILS_AfterColon)
tools/clang/lib/Format/Format.cpp
  214     IO.enumCase(Value, "AfterColon", FormatStyle::BILS_AfterColon);
tools/clang/lib/Format/TokenAnnotator.cpp
 3380     return Style.BreakInheritanceList == FormatStyle::BILS_AfterColon;
 3382     return Style.BreakInheritanceList != FormatStyle::BILS_AfterColon;
tools/clang/unittests/Format/FormatTest.cpp
 1750       FormatStyle::BILS_AfterColon;
 4739   Style.BreakInheritanceList = FormatStyle::BILS_AfterColon;
10659   InheritanceStyle.BreakInheritanceList = FormatStyle::BILS_AfterColon;
12562               FormatStyle::BILS_AfterColon);