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/ASTReader.cpp
  884 unsigned ASTIdentifierLookupTraitBase::ComputeHash(const internal_key_type& a) {
  897 ASTIdentifierLookupTraitBase::internal_key_type
  936 IdentifierInfo *ASTIdentifierLookupTrait::ReadData(const internal_key_type& k,
tools/clang/lib/Serialization/ASTReaderInternals.h
  138   static bool EqualKey(const internal_key_type& a, const internal_key_type& b) {
  138   static bool EqualKey(const internal_key_type& a, const internal_key_type& b) {
  142   static hash_value_type ComputeHash(const internal_key_type& a);
  148   static const internal_key_type&
  153   GetExternalKey(const internal_key_type& x) { return x; }
  155   static internal_key_type ReadKey(const unsigned char* d, unsigned n);
  175   data_type ReadData(const internal_key_type& k,
tools/clang/lib/Serialization/GlobalModuleIndex.cpp
  517     data_type ReadData(const internal_key_type& k,