MLIR
20.0.0git
|
This class represents the information for type definition within the input file. More...
#include "mlir/AsmParser/AsmParserState.h"
Public Member Functions | |
TypeAliasDefinition (StringRef name, SMRange loc, Type value) | |
Public Attributes | |
StringRef | name |
The name of the attribute alias. More... | |
SMDefinition | definition |
The source location for the alias. More... | |
Type | value |
The value of the alias. More... | |
This class represents the information for type definition within the input file.
Definition at line 115 of file AsmParserState.h.
|
inline |
Definition at line 116 of file AsmParserState.h.
SMDefinition mlir::AsmParserState::TypeAliasDefinition::definition |
The source location for the alias.
Definition at line 123 of file AsmParserState.h.
Referenced by mlir::AsmParserState::addTypeAliasUses().
StringRef mlir::AsmParserState::TypeAliasDefinition::name |
The name of the attribute alias.
Definition at line 120 of file AsmParserState.h.
Type mlir::AsmParserState::TypeAliasDefinition::value |
The value of the alias.
Definition at line 126 of file AsmParserState.h.