|
clang
5.0.0
|
#include "clang/AST/DeclObjC.h"
Public Member Functions | |
| ObjCListBase () | |
| unsigned | size () const |
| bool | empty () const |
Protected Member Functions | |
| void | set (void *const *InList, unsigned Elts, ASTContext &Ctx) |
Protected Attributes | |
| void ** | List |
| List is an array of pointers to objects that are not owned by this object. More... | |
| unsigned | NumElts |
Definition at line 35 of file DeclObjC.h.
|
inline |
Definition at line 44 of file DeclObjC.h.
|
inline |
Definition at line 46 of file DeclObjC.h.
References NumElts.
Referenced by rewriteToObjCInterfaceDecl().
|
protected |
Definition at line 27 of file DeclObjC.cpp.
Referenced by clang::ObjCList< clang::ObjCProtocolDecl >::set().
|
inline |
Definition at line 45 of file DeclObjC.h.
References NumElts.
Referenced by clang::ObjCProtocolList::loc_end(), and clang::ObjCCategoryDecl::protocol_size().
|
protected |
List is an array of pointers to objects that are not owned by this object.
Definition at line 40 of file DeclObjC.h.
Referenced by clang::ObjCList< clang::ObjCProtocolDecl >::begin(), clang::ObjCList< clang::ObjCProtocolDecl >::end(), clang::ObjCList< clang::ObjCProtocolDecl >::operator[](), and set().
|
protected |
Definition at line 41 of file DeclObjC.h.
Referenced by empty(), clang::ObjCList< clang::ObjCProtocolDecl >::end(), clang::ObjCList< clang::ObjCProtocolDecl >::operator[](), set(), and size().
1.8.6