clang API Documentation
ObjCMethodList - a linked list of methods with different signatures. More...
#include <ObjCMethodList.h>

Public Member Functions | |
| ObjCMethodList () | |
| ObjCMethodList (ObjCMethodDecl *M, ObjCMethodList *C) | |
Public Attributes | |
| ObjCMethodDecl * | Method |
| ObjCMethodList * | Next |
ObjCMethodList - a linked list of methods with different signatures.
Definition at line 22 of file ObjCMethodList.h.
| clang::ObjCMethodList::ObjCMethodList | ( | ) | [inline] |
Definition at line 26 of file ObjCMethodList.h.
| clang::ObjCMethodList::ObjCMethodList | ( | ObjCMethodDecl * | M, |
| ObjCMethodList * | C | ||
| ) | [inline] |
Definition at line 30 of file ObjCMethodList.h.
Definition at line 23 of file ObjCMethodList.h.
Referenced by clang::Sema::addMethodToGlobalList(), AddObjCExpressionResults(), and ObjCMethodList().
Definition at line 24 of file ObjCMethodList.h.
Referenced by clang::Sema::addMethodToGlobalList(), and ObjCMethodList().