My Project
|
A type representing a collection of other types. More...
#include <TypeDetail.h>
Public Types | |
using | KeyTy = ArrayRef< Type > |
Public Member Functions | |
TupleTypeStorage (unsigned numTypes) | |
bool | operator== (const KeyTy &key) const |
unsigned | size () const |
Return the number of held types. More... | |
ArrayRef< Type > | getTypes () const |
Return the held types. More... | |
![]() | |
Dialect & | getDialect () |
Get the dialect that this type is registered to. More... | |
unsigned | getSubclassData () const |
Get the subclass data. More... | |
void | setSubclassData (unsigned val) |
Set the subclass data. More... | |
![]() | |
unsigned | getKind () const |
Get the kind classification of this storage. More... | |
Static Public Member Functions | |
static TupleTypeStorage * | construct (TypeStorageAllocator &allocator, ArrayRef< Type > key) |
Construction. More... | |
Additional Inherited Members | |
![]() | |
TypeStorage (unsigned subclassData=0) | |
![]() | |
BaseStorage () | |
A type representing a collection of other types.
|
inline |
|
inlinestatic |
Construction.
|
inline |
|
inline |
Return the number of held types.