Searched refs:JavaScriptQuotes (Results 1 – 4 of 4) sorted by relevance
2535 JavaScriptQuoteStyle JavaScriptQuotes; member3921 JavaScriptQuotes == R.JavaScriptQuotes &&
2416 DoubleQuotes.JavaScriptQuotes = FormatStyle::JSQS_Double; in TEST_F()2424 LeaveQuotes.JavaScriptQuotes = FormatStyle::JSQS_Leave; in TEST_F()
815 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()
3069 **JavaScriptQuotes** (``JavaScriptQuoteStyle``) :versionbadge:`clang-format 3.9`