Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h1165 enum JavaScriptQuoteStyle { enum
1187 JavaScriptQuoteStyle JavaScriptQuotes;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp90 template <> struct ScalarEnumerationTraits<FormatStyle::JavaScriptQuoteStyle> {
91 static void enumeration(IO &IO, FormatStyle::JavaScriptQuoteStyle &Value) { in enumeration()