clang 20.0.0git
|
Public Member Functions | |
data_type_builder (data_type &D) | |
void | insert (GlobalDeclID ID) |
Public Attributes | |
data_type & | Data |
llvm::DenseSet< GlobalDeclID > | Found |
Definition at line 54 of file ASTReaderInternals.h.
|
inline |
Definition at line 58 of file ASTReaderInternals.h.
|
inline |
Definition at line 60 of file ASTReaderInternals.h.
References Data, Found, and ID.
Referenced by clang::serialization::reader::ASTDeclContextNameLookupTrait::MergeDataInto(), and clang::serialization::reader::ASTDeclContextNameLookupTrait::ReadDataInto().
data_type& clang::serialization::reader::ASTDeclContextNameLookupTrait::data_type_builder::Data |
Definition at line 55 of file ASTReaderInternals.h.
Referenced by insert(), and clang::serialization::reader::ASTDeclContextNameLookupTrait::MergeDataInto().
llvm::DenseSet<GlobalDeclID> clang::serialization::reader::ASTDeclContextNameLookupTrait::data_type_builder::Found |
Definition at line 56 of file ASTReaderInternals.h.
Referenced by insert().