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);
  213     IO.enumCase(Value, "BeforeComma", FormatStyle::BILS_BeforeComma);
  214     IO.enumCase(Value, "AfterColon", FormatStyle::BILS_AfterColon);