|
clang
5.0.0
|
Public Member Functions | |
| data_type_builder (data_type &D) | |
| void | insert (DeclID ID) |
Public Attributes | |
| data_type & | Data |
| llvm::DenseSet< DeclID > | Found |
Definition at line 49 of file ASTReaderInternals.h.
|
inline |
Definition at line 53 of file ASTReaderInternals.h.
|
inline |
Definition at line 54 of file ASTReaderInternals.h.
References Data, Found, and I.
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 50 of file ASTReaderInternals.h.
Referenced by insert(), and clang::serialization::reader::ASTDeclContextNameLookupTrait::MergeDataInto().
| llvm::DenseSet<DeclID> clang::serialization::reader::ASTDeclContextNameLookupTrait::data_type_builder::Found |
Definition at line 51 of file ASTReaderInternals.h.
Referenced by insert().
1.8.6