|
MLIR 22.0.0git
|
#include "Tools/PDLL/AST/TypeDetail.h"
Additional Inherited Members | |
| Public Types inherited from mlir::pdll::ast::detail::TypeStorageBase< RewriteTypeStorage > | |
| using | KeyTy |
| using | Base |
| Public Member Functions inherited from mlir::pdll::ast::detail::TypeStorageBase< RewriteTypeStorage > | |
| TypeStorageBase (KeyTy key) | |
| bool | operator== (const KeyTy &key) const |
| Utility methods required by the storage allocator. | |
| const KeyTy & | getValue () const |
| Return the key value of this storage class. | |
| Public Member Functions inherited from mlir::pdll::ast::Type::Storage | |
| Storage (TypeID typeID) | |
| Static Public Member Functions inherited from mlir::pdll::ast::detail::TypeStorageBase< RewriteTypeStorage > | |
| static RewriteTypeStorage * | construct (StorageUniquer::StorageAllocator &alloc, const KeyTy &key) |
| Construct an instance with the given storage allocator. | |
| Public Attributes inherited from mlir::pdll::ast::Type::Storage | |
| TypeID | typeID |
| The type identifier for the derived type class. | |
| Protected Member Functions inherited from mlir::StorageUniquer::BaseStorage | |
| BaseStorage ()=default | |
| Protected Attributes inherited from mlir::pdll::ast::detail::TypeStorageBase< RewriteTypeStorage > | |
| KeyTy | key |
Definition at line 102 of file TypeDetail.h.