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

References

tools/clang/lib/Format/Format.cpp
  172     IO.enumCase(Value, "Attach", FormatStyle::BS_Attach);
  173     IO.enumCase(Value, "Linux", FormatStyle::BS_Linux);
  174     IO.enumCase(Value, "Mozilla", FormatStyle::BS_Mozilla);
  175     IO.enumCase(Value, "Stroustrup", FormatStyle::BS_Stroustrup);
  176     IO.enumCase(Value, "Allman", FormatStyle::BS_Allman);
  177     IO.enumCase(Value, "Whitesmiths", FormatStyle::BS_Whitesmiths);
  178     IO.enumCase(Value, "GNU", FormatStyle::BS_GNU);
  179     IO.enumCase(Value, "WebKit", FormatStyle::BS_WebKit);
  180     IO.enumCase(Value, "Custom", FormatStyle::BS_Custom);