Home | History | Annotate | Download | only in Lex

Lines Matching defs:StrData

192   const char *StrData = SM.getCharacterData(SpellingLoc);
194 L->BufferPtr = StrData;
195 L->BufferEnd = StrData+TokLen;
435 // etc to make this faster, if it mattered. Just look at StrData[0] to handle
449 const char *StrData = Buffer.data()+LocInfo.second;
451 if (isWhitespace(StrData[0]))
456 Buffer.begin(), StrData, Buffer.end());
481 const char *StrData = BufStart+LocInfo.second;
482 if (StrData[0] == '\n' || StrData[0] == '\r')
485 const char *LexStart = StrData;
505 if (TheLexer.getBufferLocation() > StrData) {
509 if (TheLexer.getBufferLocation() - TheTok.getLength() <= StrData)