MLIR 22.0.0git
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 1691 of file OpImplementation.h.

Member Data Documentation

◆ attrs

DictionaryAttr mlir::OpAsmParser::Argument::attrs

Definition at line 1694 of file OpImplementation.h.

Referenced by parseAttributions(), and parseFunctionArgumentList().

◆ sourceLoc

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

Definition at line 1695 of file OpImplementation.h.

Referenced by parseFunctionArgumentList().

◆ ssaName

UnresolvedOperand mlir::OpAsmParser::Argument::ssaName

Definition at line 1692 of file OpImplementation.h.

Referenced by parseFunctionArgumentList().

◆ type

Type mlir::OpAsmParser::Argument::type

Definition at line 1693 of file OpImplementation.h.

Referenced by parseFunctionArgumentList().


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