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

References

tools/clang/lib/AST/CommentLexer.cpp
   82     CodePoint *= 16;
   85     CodePoint += llvm::hexDigitValue(C);
   87   return convertCodePointToUTF8(Allocator, CodePoint);