Searched refs:QuoteStyle (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | BreakableToken.cpp | 283 const FormatToken &Tok, QuoteStyleType QuoteStyle, bool UnindentPlus, in BreakableStringLiteralUsingOperators() argument 287 Tok, StartColumn, /*Prefix=*/QuoteStyle == SingleQuotes ? "'" in BreakableStringLiteralUsingOperators() 288 : QuoteStyle == AtDoubleQuotes ? "@\"" in BreakableStringLiteralUsingOperators() 290 /*Postfix=*/QuoteStyle == SingleQuotes ? "'" : "\"", in BreakableStringLiteralUsingOperators() 293 QuoteStyle(QuoteStyle) { in BreakableStringLiteralUsingOperators() 308 assert(QuoteStyle == DoubleQuotes); in BreakableStringLiteralUsingOperators() 316 if (QuoteStyle == SingleQuotes) { in BreakableStringLiteralUsingOperators() 322 if (QuoteStyle == AtDoubleQuotes) { in BreakableStringLiteralUsingOperators() 360 (QuoteStyle == AtDoubleQuotes ? 2 : 1))); in getContentStartColumn() 367 Tok, /*Offset=*/(QuoteStyle == AtDoubleQuotes ? 2 : 1) + TailOffset + in insertBreak()
|
| H A D | BreakableToken.h | 302 const FormatToken &Tok, QuoteStyleType QuoteStyle, bool UnindentPlus, 317 QuoteStyleType QuoteStyle; variable
|
| H A D | ContinuationIndenter.cpp | 2482 BreakableStringLiteralUsingOperators::QuoteStyleType QuoteStyle; in createBreakableToken() local 2485 QuoteStyle = BreakableStringLiteralUsingOperators::SingleQuotes; in createBreakableToken() 2488 QuoteStyle = BreakableStringLiteralUsingOperators::AtDoubleQuotes; in createBreakableToken() 2490 QuoteStyle = BreakableStringLiteralUsingOperators::DoubleQuotes; in createBreakableToken() 2495 Current, QuoteStyle, in createBreakableToken()
|