clang API Documentation
Classes | |
| class | ASTDeclContextNameLookupTrait |
| Class that performs name lookup into a DeclContext stored 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 OnDiskChainedHashTable < ASTDeclContextNameLookupTrait > | ASTDeclContextNameLookupTable |
| The on-disk hash table used for the DeclContext's Name lookup table. | |
| typedef OnDiskChainedHashTable < ASTIdentifierLookupTrait > | ASTIdentifierLookupTable |
| The on-disk hash table used to contain information about all of the identifiers in the program. | |
| typedef OnDiskChainedHashTable < ASTSelectorLookupTrait > | ASTSelectorLookupTable |
| The on-disk hash table used for the global method pool. | |
| typedef OnDiskChainedHashTable < HeaderFileInfoTrait > | HeaderFileInfoLookupTable |
| The on-disk hash table used for known header files. | |
| typedef OnDiskChainedHashTable<ASTDeclContextNameLookupTrait> clang::serialization::reader::ASTDeclContextNameLookupTable |
The on-disk hash table used for the DeclContext's Name lookup table.
Definition at line 172 of file ASTReader.h.
| typedef OnDiskChainedHashTable<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 134 of file ASTReaderInternals.h.
| typedef OnDiskChainedHashTable<ASTSelectorLookupTrait> clang::serialization::reader::ASTSelectorLookupTable |
The on-disk hash table used for the global method pool.
Definition at line 174 of file ASTReaderInternals.h.
| typedef OnDiskChainedHashTable<HeaderFileInfoTrait> clang::serialization::reader::HeaderFileInfoLookupTable |
The on-disk hash table used for known header files.
Definition at line 235 of file ASTReaderInternals.h.