Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h1187 JavaScriptQuoteStyle JavaScriptQuotes; member
1768 JavaScriptQuotes == R.JavaScriptQuotes &&
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp418 IO.mapOptional("JavaScriptQuotes", Style.JavaScriptQuotes); in mapping()
677 LLVMStyle.JavaScriptQuotes = FormatStyle::JSQS_Leave; in getLLVMStyle()
823 GoogleStyle.JavaScriptQuotes = FormatStyle::JSQS_Single; in getGoogleStyle()
1104 (Style.JavaScriptQuotes == FormatStyle::JSQS_Single && in requoteJSStringLiteral()
1106 (Style.JavaScriptQuotes == FormatStyle::JSQS_Double && in requoteJSStringLiteral()
1111 bool IsSingle = Style.JavaScriptQuotes == FormatStyle::JSQS_Single; in requoteJSStringLiteral()
2181 Style.JavaScriptQuotes != FormatStyle::JSQS_Leave) in reformat()