|
clang 22.0.0git
|
Classes | |
| class | ASTDeclContextNameLookupTrait |
| Class that performs name lookup into a DeclContext stored in an AST file. More... | |
| class | ASTDeclContextNameLookupTraitBase |
| class | ASTIdentifierLookupTrait |
| Class that performs lookup for an identifier stored in an AST file. More... | |
| class | ASTIdentifierLookupTraitBase |
| Base class for the trait describing the on-disk hash table for the identifiers 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... | |
| struct | DeclContextLookupTable |
| class | HeaderFileInfoTrait |
| Trait class used to search the on-disk hash table containing all of the header search information. More... | |
| struct | LazySpecializationInfoLookupTable |
| class | LazySpecializationInfoLookupTrait |
| Class that performs lookup to specialized decls. More... | |
| struct | ModuleLocalLookupTable |
| class | ModuleLocalNameLookupTrait |
Typedefs | |
| using | LazySpecializationInfo = GlobalDeclID |
| using | ASTIdentifierLookupTable |
| The on-disk hash table used to contain information about all of the identifiers in the program. | |
| using | ASTSelectorLookupTable |
| The on-disk hash table used for the global method pool. | |
| using | HeaderFileInfoLookupTable |
| The on-disk hash table used for known header files. | |
The on-disk hash table used to contain information about all of the identifiers in the program.
Definition at line 313 of file ASTReaderInternals.h.
The on-disk hash table used for the global method pool.
Definition at line 359 of file ASTReaderInternals.h.
The on-disk hash table used for known header files.
Definition at line 410 of file ASTReaderInternals.h.
Definition at line 162 of file ASTReaderInternals.h.