Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2938 JSQS_Single, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp384 IO.enumCase(Value, "Single", FormatStyle::JSQS_Single); in enumeration()
1721 GoogleStyle.JavaScriptQuotes = FormatStyle::JSQS_Single; in getGoogleStyle()
2328 (Style.JavaScriptQuotes == FormatStyle::JSQS_Single && in requoteJSStringLiteral()
2336 bool IsSingle = Style.JavaScriptQuotes == FormatStyle::JSQS_Single; in requoteJSStringLiteral()