Searched refs:AtDoubleQuotes (Results 1 – 3 of 3) sorted by relevance
301 : QuoteStyle == AtDoubleQuotes ? "@\"" in BreakableStringLiteralUsingOperators()335 if (QuoteStyle == AtDoubleQuotes) { in BreakableStringLiteralUsingOperators()373 (QuoteStyle == AtDoubleQuotes ? 2 : 1))); in getContentStartColumn()380 Tok, /*Offset=*/(QuoteStyle == AtDoubleQuotes ? 2 : 1) + TailOffset + in insertBreak()
293 AtDoubleQuotes, // The C# verbatim string is quoted with the at sign and enumerator
2370 QuoteStyle = BreakableStringLiteralUsingOperators::AtDoubleQuotes; in createBreakableToken()