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

References

tools/clang/lib/Format/Format.cpp
  202     IO.enumCase(Value, "BeforeColon", FormatStyle::BCIS_BeforeColon);
  203     IO.enumCase(Value, "BeforeComma", FormatStyle::BCIS_BeforeComma);
  204     IO.enumCase(Value, "AfterColon", FormatStyle::BCIS_AfterColon);