Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatTokenLexer.cpp242 auto TokenTextSize = CSharpInterpolatedString->TokenText.size(); in tryMergeCSharpStringLiteral() local
243 for (size_t Index = 0; Index < TokenTextSize; ++Index) { in tryMergeCSharpStringLiteral()
247 if (Index + 1 < TokenTextSize && in tryMergeCSharpStringLiteral()
255 if (Index + 1 < TokenTextSize && in tryMergeCSharpStringLiteral()