clang  3.9.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 7101 of file ASTReader.cpp.

Constructor & Destructor Documentation

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

Definition at line 7113 of file ASTReader.cpp.

Member Function Documentation

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

Definition at line 7168 of file ASTReader.cpp.

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

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

Definition at line 7164 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 7159 of file ASTReader.cpp.

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

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

Definition at line 7163 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 7154 of file ASTReader.cpp.

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

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

Definition at line 7165 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: