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

References

include/llvm/Support/OnDiskHashTable.h
  283   typedef typename Info::internal_key_type internal_key_type;
tools/clang/lib/Serialization/GlobalModuleIndex.cpp
   81   static bool EqualKey(const internal_key_type& a, const internal_key_type& b) {
   81   static bool EqualKey(const internal_key_type& a, const internal_key_type& b) {
   85   static hash_value_type ComputeHash(const internal_key_type& a) {
   97   static const internal_key_type&
  101   GetExternalKey(const internal_key_type& x) { return x; }
  103   static internal_key_type ReadKey(const unsigned char* d, unsigned n) {