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.cpp300 Tok, StartColumn, /*Prefix=*/QuoteStyle == SingleQuotes ? "'" in BreakableStringLiteralUsingOperators()
303 /*Postfix=*/QuoteStyle == SingleQuotes ? "'" : "\"", in BreakableStringLiteralUsingOperators()
329 if (QuoteStyle == SingleQuotes) { in BreakableStringLiteralUsingOperators()
H A DContinuationIndenter.cpp2367 QuoteStyle = BreakableStringLiteralUsingOperators::SingleQuotes; in createBreakableToken()