Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp244 auto TokenTextSize = CSharpInterpolatedString->TokenText.size(); in tryMergeCSharpStringLiteral() local
245 for (size_t Index = 0; Index < TokenTextSize; ++Index) { in tryMergeCSharpStringLiteral()
249 if (Index + 1 < TokenTextSize && in tryMergeCSharpStringLiteral()
257 if (Index + 1 < TokenTextSize && in tryMergeCSharpStringLiteral()