Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/libcbor/
HD.clang-format78 JavaScriptQuotes: Leave
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h3079 JavaScriptQuoteStyle JavaScriptQuotes; member
5080 JavaScriptQuotes == R.JavaScriptQuotes &&
/freebsd-14-stable/contrib/llvm-project/clang/lib/Format/
HDFormat.cpp1017 IO.mapOptional("JavaScriptQuotes", Style.JavaScriptQuotes); in mapping()
1528 LLVMStyle.JavaScriptQuotes = FormatStyle::JSQS_Leave; in getLLVMStyle()
1739 GoogleStyle.JavaScriptQuotes = FormatStyle::JSQS_Single; in getGoogleStyle()
2361 (Style.JavaScriptQuotes == FormatStyle::JSQS_Single && in requoteJSStringLiteral()
2363 (Style.JavaScriptQuotes == FormatStyle::JSQS_Double && in requoteJSStringLiteral()
2369 bool IsSingle = Style.JavaScriptQuotes == FormatStyle::JSQS_Single; in requoteJSStringLiteral()
3747 Style.JavaScriptQuotes != FormatStyle::JSQS_Leave) { in reformat()