|
clang 23.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 9513 of file ASTReader.cpp.
|
inline |
Definition at line 9525 of file ASTReader.cpp.
|
inline |
Definition at line 9583 of file ASTReader.cpp.
Referenced by clang::ASTReader::ReadMethodPool().
|
inline |
Definition at line 9577 of file ASTReader.cpp.
Referenced by clang::ASTReader::ReadMethodPool().
|
inline |
Retrieve the instance methods found by this visitor.
Definition at line 9572 of file ASTReader.cpp.
Referenced by clang::ASTReader::ReadMethodPool().
|
inline |
Definition at line 9576 of file ASTReader.cpp.
Referenced by clang::ASTReader::ReadMethodPool().
|
inline |
Retrieve the instance methods found by this visitor.
Definition at line 9567 of file ASTReader.cpp.
Referenced by clang::ASTReader::ReadMethodPool().
|
inline |
Definition at line 9579 of file ASTReader.cpp.
Referenced by clang::ASTReader::ReadMethodPool().
|
inline |
Definition at line 9529 of file ASTReader.cpp.
References clang::Data, clang::serialization::ModuleFile::Generation, and clang::serialization::ModuleFile::SelectorLookupTable.