Home
last modified time | relevance | path

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

/freebsd/contrib/libcbor/
H A D.clang-format78 JavaScriptQuotes: Leave
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3241 JavaScriptQuoteStyle JavaScriptQuotes; member
5419 JavaScriptQuotes == R.JavaScriptQuotes &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1094 IO.mapOptional("JavaScriptQuotes", Style.JavaScriptQuotes); in mapping()
1621 LLVMStyle.JavaScriptQuotes = FormatStyle::JSQS_Leave; in getLLVMStyle()
1841 GoogleStyle.JavaScriptQuotes = FormatStyle::JSQS_Single; in getGoogleStyle()
2530 (Style.JavaScriptQuotes == FormatStyle::JSQS_Single && in requoteJSStringLiteral()
2532 (Style.JavaScriptQuotes == FormatStyle::JSQS_Double && in requoteJSStringLiteral()
2538 bool IsSingle = Style.JavaScriptQuotes == FormatStyle::JSQS_Single; in requoteJSStringLiteral()
3935 Style.JavaScriptQuotes != FormatStyle::JSQS_Leave) { in reformat()