MLIR
21.0.0git
|
#include "Tools/PDLL/AST/TypeDetail.h"
Additional Inherited Members | |
![]() | |
using | KeyTy = void |
using | Base = TypeStorageBase< RewriteTypeStorage, void > |
![]() | |
TypeStorageBase (KeyTy key) | |
bool | operator== (const KeyTy &key) const |
Utility methods required by the storage allocator. More... | |
const KeyTy & | getValue () const |
Return the key value of this storage class. More... | |
![]() | |
Storage (TypeID typeID) | |
![]() | |
static RewriteTypeStorage * | construct (StorageUniquer::StorageAllocator &alloc, const KeyTy &key) |
Construct an instance with the given storage allocator. More... | |
![]() | |
TypeID | typeID |
The type identifier for the derived type class. More... | |
![]() | |
BaseStorage ()=default | |
![]() | |
KeyTy | key |
Definition at line 102 of file TypeDetail.h.