Searched refs:ErrorPtr (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Support/
H A DConvertUTFWrapper.cpp18 char *&ResultPtr, const UTF8 *&ErrorPtr) {
26 ErrorPtr = Pos;
43 ErrorPtr = sourceStart;
56 ErrorPtr = sourceStart;
17 ConvertUTF8toWide(unsigned WideCharWidth, llvm::StringRef Source, char *&ResultPtr, const UTF8 *&ErrorPtr) argument
/external/llvm/include/llvm/Support/
H A DConvertUTF.h193 * ResultPtr will not be changed, and ErrorPtr will be set to the location of
198 char *&ResultPtr, const UTF8 *&ErrorPtr);
/external/clang/lib/Lex/
H A DLiteralSupport.cpp1567 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);
/external/clang/lib/CodeGen/
H A DCGExpr.cpp2000 const UTF8 *ErrorPtr; local
2001 bool success = ConvertUTF8toWide(CharByteWidth, Source, ResultPtr, ErrorPtr);

Completed in 148 milliseconds