Home | History | Annotate | Download | only in Lex

Lines Matching refs:ErrorPtr

1567     const char *ErrorPtr = reinterpret_cast<const char *>(ErrorPtrTmp);
1572 ErrorPtr, resyncUTF8(ErrorPtr, Fragment.end()),
1576 const char *NextStart = resyncUTF8(ErrorPtr, Fragment.end());
1585 const char *ErrorPtr = reinterpret_cast<const char *>(ErrorPtrTmp);
1586 NextStart = resyncUTF8(ErrorPtr, Fragment.end());
1588 ErrorPtr, NextStart);