Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h2394 JavaScriptQuoteStyle JavaScriptQuotes; member
3323 JavaScriptQuotes == R.JavaScriptQuotes &&
/netbsd-src/external/bsd/pam-u2f/dist/
H A D.clang-format71 JavaScriptQuotes: Leave
/netbsd-src/external/mit/libcbor/dist/
H A D.clang-format78 JavaScriptQuotes: Leave
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp638 IO.mapOptional("JavaScriptQuotes", Style.JavaScriptQuotes); in mapping()
1025 LLVMStyle.JavaScriptQuotes = FormatStyle::JSQS_Leave; in getLLVMStyle()
1205 GoogleStyle.JavaScriptQuotes = FormatStyle::JSQS_Single; in getGoogleStyle()
1564 (Style.JavaScriptQuotes == FormatStyle::JSQS_Single && in requoteJSStringLiteral()
1566 (Style.JavaScriptQuotes == FormatStyle::JSQS_Double && in requoteJSStringLiteral()
1571 bool IsSingle = Style.JavaScriptQuotes == FormatStyle::JSQS_Single; in requoteJSStringLiteral()
2801 Style.JavaScriptQuotes != FormatStyle::JSQS_Leave) in reformat()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst2699 **JavaScriptQuotes** (``JavaScriptQuoteStyle``)