Lines Matching defs:StrData
257 const char *StrData = SM.getCharacterData(SpellingLoc);
259 L->BufferPtr = StrData;
260 L->BufferEnd = StrData+TokLen;
515 // etc to make this faster, if it mattered. Just look at StrData[0] to handle
529 const char *StrData = Buffer.data()+LocInfo.second;
531 if (!IgnoreWhiteSpace && isWhitespace(StrData[0]))
536 Buffer.begin(), StrData, Buffer.end());
576 const char *StrData = Buffer.data() + LocInfo.second;
578 if (!LexStart || LexStart == StrData)
592 if (TheLexer.getBufferLocation() > StrData) {
596 if (TheLexer.getBufferLocation() - TheTok.getLength() <= StrData)