MLIR  19.0.0git
Public Attributes | List of all members
mlir::OpAsmParser::Argument Struct Reference

#include "mlir/IR/OpImplementation.h"

Public Attributes

UnresolvedOperand ssaName
 
Type type
 
DictionaryAttr attrs
 
std::optional< LocationsourceLoc
 

Detailed Description

Definition at line 1599 of file OpImplementation.h.

Member Data Documentation

◆ attrs

DictionaryAttr mlir::OpAsmParser::Argument::attrs

Definition at line 1602 of file OpImplementation.h.

Referenced by parseAttributions().

◆ sourceLoc

std::optional<Location> mlir::OpAsmParser::Argument::sourceLoc

Definition at line 1603 of file OpImplementation.h.

◆ ssaName

UnresolvedOperand mlir::OpAsmParser::Argument::ssaName

Definition at line 1600 of file OpImplementation.h.

◆ type

Type mlir::OpAsmParser::Argument::type

Definition at line 1601 of file OpImplementation.h.


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