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

References

tools/clang/lib/Format/Format.cpp
  102     IO.enumCase(Value, "Single", FormatStyle::JSQS_Single);
  936     GoogleStyle.JavaScriptQuotes = FormatStyle::JSQS_Single;
 1274             (Style.JavaScriptQuotes == FormatStyle::JSQS_Single &&
 1281         bool IsSingle = Style.JavaScriptQuotes == FormatStyle::JSQS_Single;