Home
last modified time | relevance | path

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

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