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 195 of file ASTReaderInternals.h.
SmallVector<ObjCMethodDecl *, 2> clang::serialization::reader::ASTSelectorLookupTrait::data_type::Factory |
Definition at line 202 of file ASTReaderInternals.h.
unsigned clang::serialization::reader::ASTSelectorLookupTrait::data_type::FactoryBits |
Definition at line 198 of file ASTReaderInternals.h.
bool clang::serialization::reader::ASTSelectorLookupTrait::data_type::FactoryHasMoreThanOneDecl |
Definition at line 200 of file ASTReaderInternals.h.
SelectorID clang::serialization::reader::ASTSelectorLookupTrait::data_type::ID |
Definition at line 196 of file ASTReaderInternals.h.
SmallVector<ObjCMethodDecl *, 2> clang::serialization::reader::ASTSelectorLookupTrait::data_type::Instance |
Definition at line 201 of file ASTReaderInternals.h.
unsigned clang::serialization::reader::ASTSelectorLookupTrait::data_type::InstanceBits |
Definition at line 197 of file ASTReaderInternals.h.
bool clang::serialization::reader::ASTSelectorLookupTrait::data_type::InstanceHasMoreThanOneDecl |
Definition at line 199 of file ASTReaderInternals.h.