Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3056 enum JavaScriptQuoteStyle : int8_t { enum
3079 JavaScriptQuoteStyle JavaScriptQuotes;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp364 template <> struct ScalarEnumerationTraits<FormatStyle::JavaScriptQuoteStyle> {
365 static void enumeration(IO &IO, FormatStyle::JavaScriptQuoteStyle &Value) { in enumeration()