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