Home
last modified time | relevance | path

Searched refs:JavaScriptQuoteStyle (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/Format/
DFormat.h436 enum JavaScriptQuoteStyle { enum
446 JavaScriptQuoteStyle JavaScriptQuotes;
/external/llvm-project/clang/include/clang/Format/
DFormat.h1683 enum JavaScriptQuoteStyle { enum
1705 JavaScriptQuoteStyle JavaScriptQuotes;
/external/clang/docs/
DClangFormatStyleOptions.rst548 **JavaScriptQuotes** (``JavaScriptQuoteStyle``)
549 The JavaScriptQuoteStyle to use for JavaScript strings.
/external/clang/lib/Format/
DFormat.cpp83 template <> struct ScalarEnumerationTraits<FormatStyle::JavaScriptQuoteStyle> {
84 static void enumeration(IO &IO, FormatStyle::JavaScriptQuoteStyle &Value) { in enumeration()
/external/llvm-project/clang/lib/Format/
DFormat.cpp101 template <> struct ScalarEnumerationTraits<FormatStyle::JavaScriptQuoteStyle> {
102 static void enumeration(IO &IO, FormatStyle::JavaScriptQuoteStyle &Value) { in enumeration()
/external/llvm-project/clang/docs/
DClangFormatStyleOptions.rst2034 **JavaScriptQuotes** (``JavaScriptQuoteStyle``)
2035 The JavaScriptQuoteStyle to use for JavaScript strings.