|
clang
5.0.0
|
Public Attributes | |
| SelectorID | ID |
| unsigned | InstanceBits |
| unsigned | FactoryBits |
| bool | InstanceHasMoreThanOneDecl |
| bool | FactoryHasMoreThanOneDecl |
| SmallVector< ObjCMethodDecl *, 2 > | Instance |
| SmallVector< ObjCMethodDecl *, 2 > | Factory |
Definition at line 189 of file ASTReaderInternals.h.
| SmallVector<ObjCMethodDecl *, 2> clang::serialization::reader::ASTSelectorLookupTrait::data_type::Factory |
Definition at line 196 of file ASTReaderInternals.h.
Referenced by clang::serialization::ReadMethodPoolVisitor::operator()().
| unsigned clang::serialization::reader::ASTSelectorLookupTrait::data_type::FactoryBits |
Definition at line 192 of file ASTReaderInternals.h.
Referenced by clang::serialization::ReadMethodPoolVisitor::operator()().
| bool clang::serialization::reader::ASTSelectorLookupTrait::data_type::FactoryHasMoreThanOneDecl |
Definition at line 194 of file ASTReaderInternals.h.
Referenced by clang::serialization::ReadMethodPoolVisitor::operator()().
| SelectorID clang::serialization::reader::ASTSelectorLookupTrait::data_type::ID |
Definition at line 190 of file ASTReaderInternals.h.
Referenced by clang::serialization::ReadMethodPoolVisitor::operator()().
| SmallVector<ObjCMethodDecl *, 2> clang::serialization::reader::ASTSelectorLookupTrait::data_type::Instance |
Definition at line 195 of file ASTReaderInternals.h.
Referenced by clang::serialization::ReadMethodPoolVisitor::operator()().
| unsigned clang::serialization::reader::ASTSelectorLookupTrait::data_type::InstanceBits |
Definition at line 191 of file ASTReaderInternals.h.
Referenced by clang::serialization::ReadMethodPoolVisitor::operator()().
| bool clang::serialization::reader::ASTSelectorLookupTrait::data_type::InstanceHasMoreThanOneDecl |
Definition at line 193 of file ASTReaderInternals.h.
Referenced by clang::serialization::ReadMethodPoolVisitor::operator()().
1.8.6