Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libcbor/
H A D.clang-format78 JavaScriptQuotes: Leave
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2949 JavaScriptQuoteStyle JavaScriptQuotes; member
4839 JavaScriptQuotes == R.JavaScriptQuotes &&
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1009 IO.mapOptional("JavaScriptQuotes", Style.JavaScriptQuotes); in mapping()
1513 LLVMStyle.JavaScriptQuotes = FormatStyle::JSQS_Leave; in getLLVMStyle()
1721 GoogleStyle.JavaScriptQuotes = FormatStyle::JSQS_Single; in getGoogleStyle()
2328 (Style.JavaScriptQuotes == FormatStyle::JSQS_Single && in requoteJSStringLiteral()
2330 (Style.JavaScriptQuotes == FormatStyle::JSQS_Double && in requoteJSStringLiteral()
2336 bool IsSingle = Style.JavaScriptQuotes == FormatStyle::JSQS_Single; in requoteJSStringLiteral()
3705 Style.JavaScriptQuotes != FormatStyle::JSQS_Leave) { in reformat()