Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h446 JavaScriptQuoteStyle JavaScriptQuotes; member
681 JavaScriptQuotes == R.JavaScriptQuotes &&
/external/skia/
D.clang-format70 JavaScriptQuotes: Leave
/external/clang/lib/Format/
DFormat.cpp317 IO.mapOptional("JavaScriptQuotes", Style.JavaScriptQuotes); in mapping()
535 LLVMStyle.JavaScriptQuotes = FormatStyle::JSQS_Leave; in getLLVMStyle()
548 LLVMStyle.JavaScriptQuotes = FormatStyle::JSQS_Leave; in getLLVMStyle()
619 GoogleStyle.JavaScriptQuotes = FormatStyle::JSQS_Single; in getGoogleStyle()
809 Style.JavaScriptQuotes != FormatStyle::JSQS_Leave) in analyze()
847 (Style.JavaScriptQuotes == FormatStyle::JSQS_Single && in requoteJSStringLiteral()
849 (Style.JavaScriptQuotes == FormatStyle::JSQS_Double && in requoteJSStringLiteral()
854 bool IsSingle = Style.JavaScriptQuotes == FormatStyle::JSQS_Single; in requoteJSStringLiteral()
/external/clang/unittests/Format/
DFormatTestJS.cpp1323 DoubleQuotes.JavaScriptQuotes = FormatStyle::JSQS_Double; in TEST_F()
1331 LeaveQuotes.JavaScriptQuotes = FormatStyle::JSQS_Leave; in TEST_F()
/external/clang/docs/
DClangFormatStyleOptions.rst548 **JavaScriptQuotes** (``JavaScriptQuoteStyle``)