Lines Matching defs:QuoteStyle
296 const FormatToken &Tok, QuoteStyleType QuoteStyle, bool UnindentPlus,
300 Tok, StartColumn, /*Prefix=*/QuoteStyle == SingleQuotes ? "'"
301 : QuoteStyle == AtDoubleQuotes ? "@\""
303 /*Postfix=*/QuoteStyle == SingleQuotes ? "'" : "\"",
306 QuoteStyle(QuoteStyle) {
321 assert(QuoteStyle == DoubleQuotes);
329 if (QuoteStyle == SingleQuotes) {
335 if (QuoteStyle == AtDoubleQuotes) {
373 (QuoteStyle == AtDoubleQuotes ? 2 : 1)));
380 Tok, /*Offset=*/(QuoteStyle == AtDoubleQuotes ? 2 : 1) + TailOffset +