clang API Documentation
Special internal key for declaration names. The hash table creates keys for comparison; we do not create a DeclarationName for the internal key to avoid deserializing types. More...
#include <ASTReaderInternals.h>
Public Member Functions | |
DeclNameKey () | |
Public Attributes | |
DeclarationName::NameKind | Kind |
uint64_t | Data |
Special internal key for declaration names. The hash table creates keys for comparison; we do not create a DeclarationName for the internal key to avoid deserializing types.
Definition at line 54 of file ASTReaderInternals.h.
Definition at line 57 of file ASTReaderInternals.h.
DeclarationName::NameKind clang::serialization::reader::ASTDeclContextNameLookupTrait::DeclNameKey::Kind |
Definition at line 55 of file ASTReaderInternals.h.
Referenced by clang::serialization::reader::ASTDeclContextNameLookupTrait::ComputeHash(), clang::serialization::reader::ASTDeclContextNameLookupTrait::EqualKey(), clang::serialization::reader::ASTDeclContextNameLookupTrait::GetInternalKey(), and clang::serialization::reader::ASTDeclContextNameLookupTrait::ReadKey().