clang
13.0.0git
|
ObjCList - This is a simple template class used to hold various lists of decls etc, which is heavily used by the ObjC front-end. More...
#include "clang/AST/DeclObjC.h"
Public Types | |
using | iterator = T *const * |
Public Member Functions | |
void | set (T *const *InList, unsigned Elts, ASTContext &Ctx) |
iterator | begin () const |
iterator | end () const |
T * | operator[] (unsigned Idx) const |
![]() | |
ObjCListBase ()=default | |
ObjCListBase (const ObjCListBase &)=delete | |
ObjCListBase & | operator= (const ObjCListBase &)=delete |
unsigned | size () const |
bool | empty () const |
Additional Inherited Members | |
![]() | |
void | set (void *const *InList, unsigned Elts, ASTContext &Ctx) |
![]() | |
void ** | List = nullptr |
List is an array of pointers to objects that are not owned by this object. More... | |
unsigned | NumElts = 0 |
ObjCList - This is a simple template class used to hold various lists of decls etc, which is heavily used by the ObjC front-end.
This only use case this supports is setting the list all at once and then reading elements out of it.
Definition at line 83 of file DeclObjC.h.
using clang::ObjCList< T >::iterator = T* const * |
Definition at line 89 of file DeclObjC.h.
|
inline |
Definition at line 91 of file DeclObjC.h.
Referenced by clang::Sema::CheckForwardProtocolDeclarationForCircularDependency(), and clang::ObjCCategoryDecl::protocol_begin().
|
inline |
Definition at line 92 of file DeclObjC.h.
Referenced by clang::Sema::CheckForwardProtocolDeclarationForCircularDependency(), and clang::ObjCCategoryDecl::protocol_end().
|
inline |
Definition at line 94 of file DeclObjC.h.
|
inline |
Definition at line 85 of file DeclObjC.h.
Referenced by clang::Sema::ActOnStartProtocolInterface().