Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Format/
H A DFormat.h2626 JavaScriptQuoteStyle JavaScriptQuotes; member
4251 JavaScriptQuotes == R.JavaScriptQuotes &&
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormat.cpp937 IO.mapOptional("JavaScriptQuotes", Style.JavaScriptQuotes); in mapping()
1402 LLVMStyle.JavaScriptQuotes = FormatStyle::JSQS_Leave; in getLLVMStyle()
1605 GoogleStyle.JavaScriptQuotes = FormatStyle::JSQS_Single; in getGoogleStyle()
2156 (Style.JavaScriptQuotes == FormatStyle::JSQS_Single && in requoteJSStringLiteral()
2158 (Style.JavaScriptQuotes == FormatStyle::JSQS_Double && in requoteJSStringLiteral()
2164 bool IsSingle = Style.JavaScriptQuotes == FormatStyle::JSQS_Single; in requoteJSStringLiteral()
3518 Style.JavaScriptQuotes != FormatStyle::JSQS_Leave) { in reformat()
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst3473 **JavaScriptQuotes** (``JavaScriptQuoteStyle``) :versionbadge:`clang-format 3.9` :ref:`¶ <JavaScrip…