clang 20.0.0git
|
#include "clang/AST/DeclObjC.h"
Public Member Functions | |
ObjCListBase ()=default | |
ObjCListBase (const ObjCListBase &)=delete | |
ObjCListBase & | operator= (const ObjCListBase &)=delete |
unsigned | size () const |
bool | empty () const |
Protected Member Functions | |
void | set (void *const *InList, unsigned Elts, ASTContext &Ctx) |
Protected Attributes | |
void ** | List = nullptr |
List is an array of pointers to objects that are not owned by this object. | |
unsigned | NumElts = 0 |
Definition at line 59 of file DeclObjC.h.
|
default |
|
delete |
|
inline |
Definition at line 71 of file DeclObjC.h.
References NumElts.
Referenced by rewriteToObjCInterfaceDecl().
|
delete |
|
protected |
Definition at line 45 of file DeclObjC.cpp.
References List, memcpy(), and NumElts.
Referenced by clang::ObjCList< T >::set().
|
inline |
Definition at line 70 of file DeclObjC.h.
References NumElts.
Referenced by clang::ODRHash::AddObjCInterfaceDecl(), 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 62 of file DeclObjC.h.
Referenced by clang::ObjCList< T >::begin(), clang::ObjCList< T >::end(), clang::ObjCList< T >::operator[](), and set().
|
protected |
Definition at line 63 of file DeclObjC.h.
Referenced by empty(), clang::ObjCList< T >::end(), clang::ObjCList< T >::operator[](), set(), and size().