reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Support/ConvertUTF.h
  228 bool ConvertCodePointToUTF8(unsigned Source, char *&ResultPtr);

References

tools/clang/lib/AST/CommentLexer.cpp
   44   if (llvm::ConvertCodePointToUTF8(CodePoint, ResolvedPtr))
tools/clang/lib/Lex/LiteralSupport.cpp
  233   bool Res = llvm::ConvertCodePointToUTF8(Codepoint, ResultPtr);
tools/clang/utils/TableGen/ClangCommentHTMLNamedCharacterReferenceEmitter.cpp
   33   if (!ConvertCodePointToUTF8(CodePoint, TranslatedPtr))