clang API Documentation

Public Member Functions | Public Attributes
clang::serialization::reader::ASTDeclContextNameLookupTrait::DeclNameKey Struct Reference

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>

Collaboration diagram for clang::serialization::reader::ASTDeclContextNameLookupTrait::DeclNameKey:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 DeclNameKey ()

Public Attributes

DeclarationName::NameKind Kind
uint64_t Data

Detailed Description

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.


Constructor & Destructor Documentation

Definition at line 57 of file ASTReaderInternals.h.


Member Data Documentation


The documentation for this struct was generated from the following file: