My Project
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
mlir::detail::FileLineColLocationStorage Struct Reference

#include <LocationDetail.h>

Inheritance diagram for mlir::detail::FileLineColLocationStorage:
Inheritance graph
[legend]
Collaboration diagram for mlir::detail::FileLineColLocationStorage:
Collaboration graph
[legend]

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
 
- Public Member Functions inherited from mlir::AttributeStorage
Type getType () const
 Get the type of this attribute. More...
 
DialectgetDialect () const
 Get the dialect of this attribute. More...
 
- Public Member Functions inherited from mlir::StorageUniquer::BaseStorage
unsigned getKind () const
 Get the kind classification of this storage. More...
 

Static Public Member Functions

static FileLineColLocationStorageconstruct (AttributeStorageAllocator &allocator, const KeyTy &key)
 Construct a new storage instance. More...
 

Public Attributes

Identifier filename
 
unsigned line
 
unsigned column
 

Additional Inherited Members

- Protected Member Functions inherited from mlir::AttributeStorage
 AttributeStorage (Type type)
 
 AttributeStorage ()
 
void setType (Type type)
 Set the type of this attribute. More...
 
void initializeDialect (Dialect &newDialect)
 
- Protected Member Functions inherited from mlir::StorageUniquer::BaseStorage
 BaseStorage ()
 

Member Typedef Documentation

◆ KeyTy

using mlir::detail::FileLineColLocationStorage::KeyTy = std::tuple<Identifier, unsigned, unsigned>

The hash key used for uniquing.

Constructor & Destructor Documentation

◆ FileLineColLocationStorage()

mlir::detail::FileLineColLocationStorage::FileLineColLocationStorage ( Identifier  filename,
unsigned  line,
unsigned  column 
)
inline

Member Function Documentation

◆ construct()

static FileLineColLocationStorage* mlir::detail::FileLineColLocationStorage::construct ( AttributeStorageAllocator allocator,
const KeyTy key 
)
inlinestatic

Construct a new storage instance.

◆ operator==()

bool mlir::detail::FileLineColLocationStorage::operator== ( const KeyTy key) const
inline

Member Data Documentation

◆ column

unsigned mlir::detail::FileLineColLocationStorage::column

◆ filename

Identifier mlir::detail::FileLineColLocationStorage::filename

◆ line

unsigned mlir::detail::FileLineColLocationStorage::line

The documentation for this struct was generated from the following file: