clang 20.0.0git
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
clang::ObjCTypeParamList Class Referencefinal

Stores a list of Objective-C type parameters for a parameterized class or a category/extension thereof. More...

#include "clang/AST/DeclObjC.h"

Inheritance diagram for clang::ObjCTypeParamList:
Inheritance graph
[legend]

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