MLIR  20.0.0git
Public Attributes | List of all members
mlir::OpAsmParser::UnresolvedOperand Struct Reference

This is the representation of an operand reference. More...

#include "mlir/IR/OpImplementation.h"

Public Attributes

SMLoc location
 
StringRef name
 
unsigned number
 

Detailed Description

This is the representation of an operand reference.

Definition at line 1513 of file OpImplementation.h.

Member Data Documentation

◆ location

SMLoc mlir::OpAsmParser::UnresolvedOperand::location

Definition at line 1514 of file OpImplementation.h.

◆ name

StringRef mlir::OpAsmParser::UnresolvedOperand::name

Definition at line 1515 of file OpImplementation.h.

◆ number

unsigned mlir::OpAsmParser::UnresolvedOperand::number

Definition at line 1516 of file OpImplementation.h.


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