clang 20.0.0git
|
Stores a list of Objective-C type parameters for a parameterized class or a category/extension thereof. More...
#include "clang/AST/DeclObjC.h"
Public Types | |
using | iterator = ObjCTypeParamDecl ** |
Iterate through the type parameters in the list. | |
using | const_iterator = ObjCTypeParamDecl *const * |
Public Member Functions | |
iterator | begin () |
iterator | end () |
unsigned | size () const |
Determine the number of type parameters in this list. | |
const_iterator | begin () const |