Searched refs:StrBegin (Results 1 – 2 of 2) sorted by relevance
697 const char *StrBegin = Lex->getBufferLocation() - TokenText.size(); in handleCSharpVerbatimAndInterpolatedStrings() local698 const char *Offset = StrBegin; in handleCSharpVerbatimAndInterpolatedStrings()712 StringRef LiteralText(StrBegin, Offset - StrBegin + 1); in handleCSharpVerbatimAndInterpolatedStrings()
540 const llvm::UTF8 *StrBegin = Str.bytes_begin(); in BuildObjCBoxedExpr() local543 if (llvm::isLegalUTF8String(&StrBegin, StrEnd)) { in BuildObjCBoxedExpr()