clang API Documentation

Public Member Functions | Static Public Member Functions
clang::serialization::ReadMethodPoolVisitor Class Reference

List of all members.

Public Member Functions

 ReadMethodPoolVisitor (ASTReader &Reader, Selector Sel, unsigned PriorGeneration)
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

Static Public Member Functions

static bool visit (ModuleFile &M, void *UserData)

Detailed Description

Definition at line 7029 of file ASTReader.cpp.


Constructor & Destructor Documentation

Definition at line 7039 of file ASTReader.cpp.


Member Function Documentation

Definition at line 7091 of file ASTReader.cpp.

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

Retrieve the instance methods found by this visitor.

Definition at line 7086 of file ASTReader.cpp.

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

Definition at line 7090 of file ASTReader.cpp.

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

Retrieve the instance methods found by this visitor.

Definition at line 7081 of file ASTReader.cpp.

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

static bool clang::serialization::ReadMethodPoolVisitor::visit ( ModuleFile M,
void *  UserData 
) [inline, static]

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