Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Format/
H A DFormat.h2603 enum JavaScriptQuoteStyle : int8_t { enum
2626 JavaScriptQuoteStyle JavaScriptQuotes;
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormat.cpp359 template <> struct ScalarEnumerationTraits<FormatStyle::JavaScriptQuoteStyle> {
360 static void enumeration(IO &IO, FormatStyle::JavaScriptQuoteStyle &Value) { in enumeration()
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst3473 **JavaScriptQuotes** (``JavaScriptQuoteStyle``) :versionbadge:`clang-format 3.9` :ref:`¶ <JavaScrip…
3474 The JavaScriptQuoteStyle to use for JavaScript strings.