reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
283 typedef typename Info::internal_key_type internal_key_type;
tools/clang/lib/Serialization/ASTReader.cpp1097 ASTDeclContextNameLookupTrait::internal_key_type 1132 void ASTDeclContextNameLookupTrait::ReadDataInto(internal_key_type,tools/clang/lib/Serialization/ASTReaderInternals.h
90 static bool EqualKey(const internal_key_type &a, const internal_key_type &b) { 90 static bool EqualKey(const internal_key_type &a, const internal_key_type &b) { 94 static hash_value_type ComputeHash(const internal_key_type &Key) { 98 static internal_key_type GetInternalKey(const external_key_type &Name) { 105 internal_key_type ReadKey(const unsigned char *d, unsigned); 107 void ReadDataInto(internal_key_type, const unsigned char *d,tools/clang/lib/Serialization/MultiOnDiskHashTable.h
49 using internal_key_type = typename Info::internal_key_type;