Home | History | Annotate | Download | only in Lex

Lines Matching full:errorptr

1574     const char *ErrorPtr = reinterpret_cast<const char *>(ErrorPtrTmp);
1579 ErrorPtr, resyncUTF8(ErrorPtr, Fragment.end()),
1583 const char *NextStart = resyncUTF8(ErrorPtr, Fragment.end());
1592 const char *ErrorPtr = reinterpret_cast<const char *>(ErrorPtrTmp);
1593 NextStart = resyncUTF8(ErrorPtr, Fragment.end());
1595 ErrorPtr, NextStart);