clang
3.7.0
|
Public Member Functions | |
ReadMethodPoolVisitor (ASTReader &Reader, Selector Sel, unsigned PriorGeneration) | |
ArrayRef< ObjCMethodDecl * > | getInstanceMethods () const |
Retrieve the instance methods found by this visitor. More... | |
ArrayRef< ObjCMethodDecl * > | getFactoryMethods () const |
Retrieve the instance methods found by this visitor. More... | |
unsigned | getInstanceBits () const |
unsigned | getFactoryBits () const |
bool | instanceHasMoreThanOneDecl () const |
bool | factoryHasMoreThanOneDecl () const |
Static Public Member Functions | |
static bool | visit (ModuleFile &M, void *UserData) |
Definition at line 6913 of file ASTReader.cpp.
|
inline |
Definition at line 6925 of file ASTReader.cpp.
|
inline |
Definition at line 6984 of file ASTReader.cpp.
Referenced by clang::ASTReader::ReadMethodPool().
|
inline |
Definition at line 6980 of file ASTReader.cpp.
Referenced by clang::ASTReader::ReadMethodPool().
|
inline |
Retrieve the instance methods found by this visitor.
Definition at line 6975 of file ASTReader.cpp.
Referenced by clang::ASTReader::ReadMethodPool().
|
inline |
Definition at line 6979 of file ASTReader.cpp.
Referenced by clang::ASTReader::ReadMethodPool().
|
inline |
Retrieve the instance methods found by this visitor.
Definition at line 6970 of file ASTReader.cpp.
Referenced by clang::ASTReader::ReadMethodPool().
|
inline |
Definition at line 6981 of file ASTReader.cpp.
Referenced by clang::ASTReader::ReadMethodPool().
|
inlinestatic |
Definition at line 6931 of file ASTReader.cpp.
References clang::serialization::reader::ASTSelectorLookupTrait::data_type::Factory, clang::serialization::reader::ASTSelectorLookupTrait::data_type::FactoryBits, clang::serialization::reader::ASTSelectorLookupTrait::data_type::FactoryHasMoreThanOneDecl, clang::serialization::ModuleFile::Generation, clang::serialization::reader::ASTSelectorLookupTrait::data_type::ID, clang::serialization::reader::ASTSelectorLookupTrait::data_type::Instance, clang::serialization::reader::ASTSelectorLookupTrait::data_type::InstanceBits, clang::serialization::reader::ASTSelectorLookupTrait::data_type::InstanceHasMoreThanOneDecl, clang::serialization::ModuleFile::SelectorLookupTable, and clang::ASTDeserializationListener::SelectorRead().