clang 20.0.0git
|
Public Attributes | |
SelectorID | ID |
unsigned | InstanceBits |
unsigned | FactoryBits |
bool | InstanceHasMoreThanOneDecl |
bool | FactoryHasMoreThanOneDecl |
SmallVector< ObjCMethodDecl *, 2 > | Instance |
SmallVector< ObjCMethodDecl *, 2 > | Factory |
Definition at line 277 of file ASTReaderInternals.h.
SmallVector<ObjCMethodDecl *, 2> clang::serialization::reader::ASTSelectorLookupTrait::data_type::Factory |
Definition at line 284 of file ASTReaderInternals.h.
unsigned clang::serialization::reader::ASTSelectorLookupTrait::data_type::FactoryBits |
Definition at line 280 of file ASTReaderInternals.h.
bool clang::serialization::reader::ASTSelectorLookupTrait::data_type::FactoryHasMoreThanOneDecl |
Definition at line 282 of file ASTReaderInternals.h.
SelectorID clang::serialization::reader::ASTSelectorLookupTrait::data_type::ID |
Definition at line 278 of file ASTReaderInternals.h.
SmallVector<ObjCMethodDecl *, 2> clang::serialization::reader::ASTSelectorLookupTrait::data_type::Instance |
Definition at line 283 of file ASTReaderInternals.h.
unsigned clang::serialization::reader::ASTSelectorLookupTrait::data_type::InstanceBits |
Definition at line 279 of file ASTReaderInternals.h.
bool clang::serialization::reader::ASTSelectorLookupTrait::data_type::InstanceHasMoreThanOneDecl |
Definition at line 281 of file ASTReaderInternals.h.