clang  3.8.0
Public Member Functions | List of all members
clang::serialization::ReadMethodPoolVisitor Class Reference

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. 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
 

Detailed Description

Definition at line 7075 of file ASTReader.cpp.

Constructor & Destructor Documentation

clang::serialization::ReadMethodPoolVisitor::ReadMethodPoolVisitor ( ASTReader Reader,
Selector  Sel,
unsigned  PriorGeneration 
)
inline

Definition at line 7087 of file ASTReader.cpp.

Member Function Documentation

bool clang::serialization::ReadMethodPoolVisitor::factoryHasMoreThanOneDecl ( ) const
inline

Definition at line 7142 of file ASTReader.cpp.

Referenced by clang::ASTReader::ReadMethodPool().

unsigned clang::serialization::ReadMethodPoolVisitor::getFactoryBits ( ) const
inline

Definition at line 7138 of file ASTReader.cpp.

Referenced by clang::ASTReader::ReadMethodPool().

ArrayRef<ObjCMethodDecl *> clang::serialization::ReadMethodPoolVisitor::getFactoryMethods ( ) const
inline

Retrieve the instance methods found by this visitor.

Definition at line 7133 of file ASTReader.cpp.

Referenced by clang::ASTReader::ReadMethodPool().

unsigned clang::serialization::ReadMethodPoolVisitor::getInstanceBits ( ) const
inline

Definition at line 7137 of file ASTReader.cpp.

Referenced by clang::ASTReader::ReadMethodPool().

ArrayRef<ObjCMethodDecl *> clang::serialization::ReadMethodPoolVisitor::getInstanceMethods ( ) const
inline

Retrieve the instance methods found by this visitor.

Definition at line 7128 of file ASTReader.cpp.

Referenced by clang::ASTReader::ReadMethodPool().

bool clang::serialization::ReadMethodPoolVisitor::instanceHasMoreThanOneDecl ( ) const
inline

Definition at line 7139 of file ASTReader.cpp.

Referenced by clang::ASTReader::ReadMethodPool().

bool clang::serialization::ReadMethodPoolVisitor::operator() ( ModuleFile M)
inline

The documentation for this class was generated from the following file: