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

References

tools/clang/lib/Format/Format.cpp
  212     IO.enumCase(Value, "BeforeColon", FormatStyle::BILS_BeforeColon);
  440         Style.BreakInheritanceList == FormatStyle::BILS_BeforeColon)
  754   LLVMStyle.BreakInheritanceList = FormatStyle::BILS_BeforeColon;
tools/clang/unittests/Format/FormatTest.cpp
 4727   Style.BreakInheritanceList = FormatStyle::BILS_BeforeColon;
10671   InheritanceStyle.BreakInheritanceList = FormatStyle::BILS_BeforeColon;
12558   Style.BreakInheritanceList = FormatStyle::BILS_BeforeColon;
12564               FormatStyle::BILS_BeforeColon);