Home
last modified time | relevance | path

Searched refs:JavaScriptQuoteStyle (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h2512 enum JavaScriptQuoteStyle : int8_t { enum
2535 JavaScriptQuoteStyle JavaScriptQuotes;
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp115 template <> struct ScalarEnumerationTraits<FormatStyle::JavaScriptQuoteStyle> {
116 static void enumeration(IO &IO, FormatStyle::JavaScriptQuoteStyle &Value) { in enumeration()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst3069 **JavaScriptQuotes** (``JavaScriptQuoteStyle``) :versionbadge:`clang-format 3.9`
3070 The JavaScriptQuoteStyle to use for JavaScript strings.