Lines Matching defs:StrData
256 const char *StrData = SM.getCharacterData(SpellingLoc);
258 L->BufferPtr = StrData;
259 L->BufferEnd = StrData+TokLen;
514 // etc to make this faster, if it mattered. Just look at StrData[0] to handle
528 const char *StrData = Buffer.data()+LocInfo.second;
530 if (!IgnoreWhiteSpace && isWhitespace(SkipEscapedNewLines(StrData)[0]))
535 Buffer.begin(), StrData, Buffer.end());
575 const char *StrData = Buffer.data() + LocInfo.second;
577 if (!LexStart || LexStart == StrData)
591 if (TheLexer.getBufferLocation() > StrData) {
595 if (TheLexer.getBufferLocation() - TheTok.getLength() <= StrData)