clang
3.9.0
|
Classes | |
class | ASTDeclContextNameLookupTrait |
Class that performs name lookup into a DeclContext stored in an AST file. More... | |
struct | DeclContextLookupTable |
class | ASTIdentifierLookupTraitBase |
Base class for the trait describing the on-disk hash table for the identifiers in an AST file. More... | |
class | ASTIdentifierLookupTrait |
Class that performs lookup for an identifier stored in an AST file. More... | |
class | ASTSelectorLookupTrait |
Class that performs lookup for a selector's entries in the global method pool stored in an AST file. More... | |
class | HeaderFileInfoTrait |
Trait class used to search the on-disk hash table containing all of the header search information. More... | |
Typedefs | |
typedef llvm::OnDiskIterableChainedHashTable < ASTIdentifierLookupTrait > | ASTIdentifierLookupTable |
The on-disk hash table used to contain information about all of the identifiers in the program. More... | |
typedef llvm::OnDiskChainedHashTable < ASTSelectorLookupTrait > | ASTSelectorLookupTable |
The on-disk hash table used for the global method pool. More... | |
typedef llvm::OnDiskChainedHashTable < HeaderFileInfoTrait > | HeaderFileInfoLookupTable |
The on-disk hash table used for known header files. More... | |
typedef llvm::OnDiskIterableChainedHashTable<ASTIdentifierLookupTrait> clang::serialization::reader::ASTIdentifierLookupTable |
The on-disk hash table used to contain information about all of the identifiers in the program.
Definition at line 193 of file ASTReaderInternals.h.
typedef llvm::OnDiskChainedHashTable<ASTSelectorLookupTrait> clang::serialization::reader::ASTSelectorLookupTable |
The on-disk hash table used for the global method pool.
Definition at line 239 of file ASTReaderInternals.h.
typedef llvm::OnDiskChainedHashTable<HeaderFileInfoTrait> clang::serialization::reader::HeaderFileInfoLookupTable |
The on-disk hash table used for known header files.
Definition at line 289 of file ASTReaderInternals.h.