Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp301 : 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()
H A DBreakableToken.h293 AtDoubleQuotes, // The C# verbatim string is quoted with the at sign and enumerator
H A DContinuationIndenter.cpp2370 QuoteStyle = BreakableStringLiteralUsingOperators::AtDoubleQuotes; in createBreakableToken()