Searched refs:JavaScriptQuoteStyle (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Format/
H A DFormat.h436 enum JavaScriptQuoteStyle { enum in struct:clang::format::FormatStyle
445 /// \brief The JavaScriptQuoteStyle to use for JavaScript strings.
446 JavaScriptQuoteStyle JavaScriptQuotes;
/external/clang/lib/Format/
H A DFormat.cpp83 template <> struct ScalarEnumerationTraits<FormatStyle::JavaScriptQuoteStyle> {
84 static void enumeration(IO &IO, FormatStyle::JavaScriptQuoteStyle &Value) {

Completed in 64 milliseconds