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

References

tools/clang/lib/Format/Format.cpp
  279     IO.enumCase(Value, "Align", FormatStyle::BAS_Align);
  280     IO.enumCase(Value, "DontAlign", FormatStyle::BAS_DontAlign);
  281     IO.enumCase(Value, "AlwaysBreak", FormatStyle::BAS_AlwaysBreak);
  284     IO.enumCase(Value, "true", FormatStyle::BAS_Align);
  285     IO.enumCase(Value, "false", FormatStyle::BAS_DontAlign);