Home
last modified time | relevance | path

Searched refs:ErrorPtrTmp (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Lex/
DLiteralSupport.cpp1574 const UTF8 *ErrorPtrTmp; in CopyStringFragment() local
1575 if (ConvertUTF8toWide(CharByteWidth, Fragment, ResultPtr, ErrorPtrTmp)) in CopyStringFragment()
1588 const char *ErrorPtr = reinterpret_cast<const char *>(ErrorPtrTmp); in CopyStringFragment()
1605 while (!ConvertUTF8toWide(CharByteWidth, NextFragment, Ptr, ErrorPtrTmp)) { in CopyStringFragment()
1606 const char *ErrorPtr = reinterpret_cast<const char *>(ErrorPtrTmp); in CopyStringFragment()