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

References

tools/clang/lib/Format/Format.cpp
  319     IO.enumCase(Value, "Never", FormatStyle::SBPO_Never);
  320     IO.enumCase(Value, "ControlStatements",
  322     IO.enumCase(Value, "NonEmptyParentheses",
  324     IO.enumCase(Value, "Always", FormatStyle::SBPO_Always);
  327     IO.enumCase(Value, "false", FormatStyle::SBPO_Never);
  328     IO.enumCase(Value, "true", FormatStyle::SBPO_ControlStatements);