My Project
|
#include <LocationDetail.h>
Public Types | |
using | KeyTy = std::tuple< Identifier, unsigned, unsigned > |
The hash key used for uniquing. More... | |
Public Member Functions | |
FileLineColLocationStorage (Identifier filename, unsigned line, unsigned column) | |
bool | operator== (const KeyTy &key) const |
![]() | |
Type | getType () const |
Get the type of this attribute. More... | |
Dialect & | getDialect () const |
Get the dialect of this attribute. More... | |
![]() | |
unsigned | getKind () const |
Get the kind classification of this storage. More... | |
Static Public Member Functions | |
static FileLineColLocationStorage * | construct (AttributeStorageAllocator &allocator, const KeyTy &key) |
Construct a new storage instance. More... | |
Public Attributes | |
Identifier | filename |
unsigned | line |
unsigned | column |
Additional Inherited Members | |
![]() | |
AttributeStorage (Type type) | |
AttributeStorage () | |
void | setType (Type type) |
Set the type of this attribute. More... | |
void | initializeDialect (Dialect &newDialect) |
![]() | |
BaseStorage () | |
using mlir::detail::FileLineColLocationStorage::KeyTy = std::tuple<Identifier, unsigned, unsigned> |
The hash key used for uniquing.
|
inline |
|
inlinestatic |
Construct a new storage instance.
|
inline |
unsigned mlir::detail::FileLineColLocationStorage::column |
Identifier mlir::detail::FileLineColLocationStorage::filename |
unsigned mlir::detail::FileLineColLocationStorage::line |