Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h2535 JavaScriptQuoteStyle JavaScriptQuotes; member
3921 JavaScriptQuotes == R.JavaScriptQuotes &&
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTestJS.cpp2416 DoubleQuotes.JavaScriptQuotes = FormatStyle::JSQS_Double; in TEST_F()
2424 LeaveQuotes.JavaScriptQuotes = FormatStyle::JSQS_Leave; in TEST_F()
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp815 IO.mapOptional("JavaScriptQuotes", Style.JavaScriptQuotes); in mapping()
1275 LLVMStyle.JavaScriptQuotes = FormatStyle::JSQS_Leave; in getLLVMStyle()
1466 GoogleStyle.JavaScriptQuotes = FormatStyle::JSQS_Single; in getGoogleStyle()
1957 (Style.JavaScriptQuotes == FormatStyle::JSQS_Single && in requoteJSStringLiteral()
1959 (Style.JavaScriptQuotes == FormatStyle::JSQS_Double && in requoteJSStringLiteral()
1965 bool IsSingle = Style.JavaScriptQuotes == FormatStyle::JSQS_Single; in requoteJSStringLiteral()
3300 Style.JavaScriptQuotes != FormatStyle::JSQS_Leave) { in reformat()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst3069 **JavaScriptQuotes** (``JavaScriptQuoteStyle``) :versionbadge:`clang-format 3.9`