clang API Documentation
#include <ASTReaderInternals.h>

Public Attributes | |
| SelectorID | ID |
| unsigned | InstanceBits |
| unsigned | FactoryBits |
| SmallVector< ObjCMethodDecl *, 2 > | Instance |
| SmallVector< ObjCMethodDecl *, 2 > | Factory |
Definition at line 155 of file ASTReaderInternals.h.
| SmallVector<ObjCMethodDecl *, 2> clang::serialization::reader::ASTSelectorLookupTrait::data_type::Factory |
Definition at line 160 of file ASTReaderInternals.h.
Referenced by clang::serialization::ReadMethodPoolVisitor::visit().
Definition at line 158 of file ASTReaderInternals.h.
Referenced by clang::serialization::ReadMethodPoolVisitor::visit().
Definition at line 156 of file ASTReaderInternals.h.
Referenced by clang::serialization::reader::ASTSelectorLookupTrait::ReadData(), and clang::serialization::ReadMethodPoolVisitor::visit().
| SmallVector<ObjCMethodDecl *, 2> clang::serialization::reader::ASTSelectorLookupTrait::data_type::Instance |
Definition at line 159 of file ASTReaderInternals.h.
Referenced by clang::serialization::ReadMethodPoolVisitor::visit().
Definition at line 157 of file ASTReaderInternals.h.
Referenced by clang::serialization::ReadMethodPoolVisitor::visit().