clang 20.0.0git
|
Public Member Functions | |
ReadMethodPoolVisitor (ASTReader &Reader, Selector Sel, unsigned PriorGeneration) | |
bool | operator() (ModuleFile &M) |
ArrayRef< ObjCMethodDecl * > | getInstanceMethods () const |
Retrieve the instance methods found by this visitor. | |
ArrayRef< ObjCMethodDecl * > | getFactoryMethods () const |
Retrieve the instance methods found by this visitor. | |
unsigned | getInstanceBits () const |
unsigned | getFactoryBits () const |
bool | instanceHasMoreThanOneDecl () const |
bool | factoryHasMoreThanOneDecl () const |
Definition at line 9000 of file ASTReader.cpp.
|
inline |
Definition at line 9012 of file ASTReader.cpp.
|
inline |
Definition at line 9070 of file ASTReader.cpp.
Referenced by clang::ASTReader::ReadMethodPool().
|
inline |
Definition at line 9064 of file ASTReader.cpp.
Referenced by clang::ASTReader::ReadMethodPool().
|
inline |
Retrieve the instance methods found by this visitor.
Definition at line 9059 of file ASTReader.cpp.
Referenced by clang::ASTReader::ReadMethodPool().
|
inline |
Definition at line 9063 of file ASTReader.cpp.
Referenced by clang::ASTReader::ReadMethodPool().
|
inline |
Retrieve the instance methods found by this visitor.
Definition at line 9054 of file ASTReader.cpp.
Referenced by clang::ASTReader::ReadMethodPool().
|
inline |
Definition at line 9066 of file ASTReader.cpp.
Referenced by clang::ASTReader::ReadMethodPool().
|
inline |
Definition at line 9016 of file ASTReader.cpp.
References clang::Data, clang::serialization::ModuleFile::Generation, clang::serialization::ModuleFile::SelectorLookupTable, and clang::ASTDeserializationListener::SelectorRead().