clang API Documentation

Public Types | Public Member Functions
clang::serialization::reader::ASTIdentifierLookupTrait Class Reference

Class that performs lookup for an identifier stored in an AST file. More...

#include <ASTReaderInternals.h>

Inheritance diagram for clang::serialization::reader::ASTIdentifierLookupTrait:
Inheritance graph
[legend]
Collaboration diagram for clang::serialization::reader::ASTIdentifierLookupTrait:
Collaboration graph
[legend]

List of all members.

Public Types

typedef IdentifierInfodata_type

Public Member Functions

 ASTIdentifierLookupTrait (ASTReader &Reader, ModuleFile &F, IdentifierInfo *II=nullptr)
data_type ReadData (const internal_key_type &k, const unsigned char *d, unsigned DataLen)
ASTReadergetReader () const

Detailed Description

Class that performs lookup for an identifier stored in an AST file.

Definition at line 120 of file ASTReaderInternals.h.


Member Typedef Documentation

Definition at line 130 of file ASTReaderInternals.h.


Constructor & Destructor Documentation

Definition at line 132 of file ASTReaderInternals.h.


Member Function Documentation

Definition at line 140 of file ASTReaderInternals.h.

IdentifierInfo * ASTIdentifierLookupTrait::ReadData ( const internal_key_type k,
const unsigned char *  d,
unsigned  DataLen 
)

The documentation for this class was generated from the following files: