clang  3.9.0
Public Member Functions | Public Attributes | List of all members
clang::serialization::reader::DeclContextLookupTable Struct Reference

#include <ASTReaderInternals.h>

Collaboration diagram for clang::serialization::reader::DeclContextLookupTable:
[legend]

Public Member Functions

 DeclContextLookupTable ()
 
 DeclContextLookupTable (DeclContextLookupTable &&O)
 
DeclContextLookupTableoperator= (DeclContextLookupTable &&O)
 

Public Attributes

MultiOnDiskHashTable
< ASTDeclContextNameLookupTrait
Table
 

Detailed Description

Definition at line 113 of file ASTReaderInternals.h.

Constructor & Destructor Documentation

clang::serialization::reader::DeclContextLookupTable::DeclContextLookupTable ( )
inline

Definition at line 119 of file ASTReaderInternals.h.

clang::serialization::reader::DeclContextLookupTable::DeclContextLookupTable ( DeclContextLookupTable &&  O)
inline

Definition at line 120 of file ASTReaderInternals.h.

Member Function Documentation

DeclContextLookupTable& clang::serialization::reader::DeclContextLookupTable::operator= ( DeclContextLookupTable &&  O)
inline

Definition at line 122 of file ASTReaderInternals.h.

References Table.

Member Data Documentation

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

Definition at line 114 of file ASTReaderInternals.h.

Referenced by operator=().


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