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

/freebsd-current/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2949 JavaScriptQuoteStyle JavaScriptQuotes; member in namespace:clang::format
4839 JavaScriptQuotes == R.JavaScriptQuotes &&
/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1009 IO.mapOptional("JavaScriptQuotes", Style.JavaScriptQuotes);
1513 LLVMStyle.JavaScriptQuotes = FormatStyle::JSQS_Leave;
1721 GoogleStyle.JavaScriptQuotes = FormatStyle::JSQS_Single;
2328 (Style.JavaScriptQuotes == FormatStyle::JSQS_Single &&
2330 (Style.JavaScriptQuotes == FormatStyle::JSQS_Double &&
2336 bool IsSingle = Style.JavaScriptQuotes == FormatStyle::JSQS_Single;
3705 Style.JavaScriptQuotes != FormatStyle::JSQS_Leave) {

Completed in 184 milliseconds