|
clang
3.8.0
|
#include <ASTReaderInternals.h>
Public Attributes | |
| SelectorID | ID |
| unsigned | InstanceBits |
| unsigned | FactoryBits |
| bool | InstanceHasMoreThanOneDecl |
| bool | FactoryHasMoreThanOneDecl |
| SmallVector< ObjCMethodDecl *, 2 > | Instance |
| SmallVector< ObjCMethodDecl *, 2 > | Factory |
Definition at line 202 of file ASTReaderInternals.h.
| SmallVector<ObjCMethodDecl *, 2> clang::serialization::reader::ASTSelectorLookupTrait::data_type::Factory |
Definition at line 209 of file ASTReaderInternals.h.
Referenced by clang::serialization::ReadMethodPoolVisitor::operator()().
| unsigned clang::serialization::reader::ASTSelectorLookupTrait::data_type::FactoryBits |
Definition at line 205 of file ASTReaderInternals.h.
Referenced by clang::serialization::ReadMethodPoolVisitor::operator()().
| bool clang::serialization::reader::ASTSelectorLookupTrait::data_type::FactoryHasMoreThanOneDecl |
Definition at line 207 of file ASTReaderInternals.h.
Referenced by clang::serialization::ReadMethodPoolVisitor::operator()().
| SelectorID clang::serialization::reader::ASTSelectorLookupTrait::data_type::ID |
Definition at line 203 of file ASTReaderInternals.h.
Referenced by clang::serialization::ReadMethodPoolVisitor::operator()().
| SmallVector<ObjCMethodDecl *, 2> clang::serialization::reader::ASTSelectorLookupTrait::data_type::Instance |
Definition at line 208 of file ASTReaderInternals.h.
Referenced by clang::serialization::ReadMethodPoolVisitor::operator()().
| unsigned clang::serialization::reader::ASTSelectorLookupTrait::data_type::InstanceBits |
Definition at line 204 of file ASTReaderInternals.h.
Referenced by clang::serialization::ReadMethodPoolVisitor::operator()().
| bool clang::serialization::reader::ASTSelectorLookupTrait::data_type::InstanceHasMoreThanOneDecl |
Definition at line 206 of file ASTReaderInternals.h.
Referenced by clang::serialization::ReadMethodPoolVisitor::operator()().
1.8.6