clang API Documentation

Public Member Functions | Public Attributes
clang::ObjCMethodList Struct Reference

ObjCMethodList - a linked list of methods with different signatures. More...

#include <ObjCMethodList.h>

Collaboration diagram for clang::ObjCMethodList:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ObjCMethodList ()
 ObjCMethodList (ObjCMethodDecl *M, ObjCMethodList *C)

Public Attributes

ObjCMethodDeclMethod
ObjCMethodListNext

Detailed Description

ObjCMethodList - a linked list of methods with different signatures.

Definition at line 22 of file ObjCMethodList.h.


Constructor & Destructor Documentation

clang::ObjCMethodList::ObjCMethodList ( ) [inline]

Definition at line 26 of file ObjCMethodList.h.

References Method, and Next.

clang::ObjCMethodList::ObjCMethodList ( ObjCMethodDecl M,
ObjCMethodList C 
) [inline]

Definition at line 30 of file ObjCMethodList.h.

References Method, and Next.


Member Data Documentation

Definition at line 24 of file ObjCMethodList.h.

Referenced by clang::Sema::addMethodToGlobalList(), and ObjCMethodList().


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