Home
last modified time | relevance | path

Searched refs:SingleQuotes (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.h292 SingleQuotes, // The JavaScript string is quoted with single quotes. enumerator
H A DBreakableToken.cpp287 Tok, StartColumn, /*Prefix=*/QuoteStyle == SingleQuotes ? "'" in BreakableStringLiteralUsingOperators()
290 /*Postfix=*/QuoteStyle == SingleQuotes ? "'" : "\"", in BreakableStringLiteralUsingOperators()
316 if (QuoteStyle == SingleQuotes) { in BreakableStringLiteralUsingOperators()
H A DContinuationIndenter.cpp2485 QuoteStyle = BreakableStringLiteralUsingOperators::SingleQuotes; in createBreakableToken()