Home | History | Annotate | Download | only in Lex

Lines Matching defs:BufPtr

1217     const char *BufPtr = &FilenameBuffer[PreAppendSize];
1218 unsigned ActualLen = getSpelling(CurTok, BufPtr);
1221 if (BufPtr != &FilenameBuffer[PreAppendSize])
1222 memcpy(&FilenameBuffer[PreAppendSize], BufPtr, ActualLen);