Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLiteralSupport.cpp1815 const llvm::UTF8 *ErrorPtrTmp; in CopyStringFragment() local
1816 if (ConvertUTF8toWide(CharByteWidth, Fragment, ResultPtr, ErrorPtrTmp)) in CopyStringFragment()
1829 const char *ErrorPtr = reinterpret_cast<const char *>(ErrorPtrTmp); in CopyStringFragment()
1846 while (!ConvertUTF8toWide(CharByteWidth, NextFragment, Ptr, ErrorPtrTmp)) { in CopyStringFragment()
1847 const char *ErrorPtr = reinterpret_cast<const char *>(ErrorPtrTmp); in CopyStringFragment()