struct DeclContextLookupTable

Declaration

struct DeclContextLookupTable { /* full declaration omitted */ };

Description

The on-disk hash table(s) used for DeclContext name lookup.

Declared at: clang/lib/Serialization/ASTReaderInternals.h:118

Member Variables

public MultiOnDiskHashTable< clang::serialization::reader:: ASTDeclContextNameLookupTrait> Table