Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h2372 enum JavaScriptQuoteStyle : unsigned char { enum
2394 JavaScriptQuoteStyle JavaScriptQuotes;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp101 template <> struct ScalarEnumerationTraits<FormatStyle::JavaScriptQuoteStyle> {
102 static void enumeration(IO &IO, FormatStyle::JavaScriptQuoteStyle &Value) { in enumeration()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst2699 **JavaScriptQuotes** (``JavaScriptQuoteStyle``)
2700 The JavaScriptQuoteStyle to use for JavaScript strings.