|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/Support/ConvertUTF.h 196 bool ConvertUTF8toWide(unsigned WideCharWidth, llvm::StringRef Source,
References
lib/Support/ConvertUTFWrapper.cpp 193 if (!ConvertUTF8toWide(sizeof(wchar_t), Source, ResultPtr, ErrorPtr)) {
tools/clang/lib/Lex/LiteralSupport.cpp 1763 if (ConvertUTF8toWide(CharByteWidth, Fragment, ResultPtr, ErrorPtrTmp))
1793 while (!ConvertUTF8toWide(CharByteWidth, NextFragment, Ptr, ErrorPtrTmp)) {
tools/clang/lib/Sema/SemaExpr.cpp 3192 llvm::ConvertUTF8toWide(CharByteWidth, Source, ResultPtr, ErrorPtr);