My Project
Public Attributes | List of all members
mlir::OpAsmParser::OperandType Struct Reference

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

#include <OpImplementation.h>

Collaboration diagram for mlir::OpAsmParser::OperandType:
Collaboration graph
[legend]

Public Attributes

llvm::SMLoc location
 
StringRef name
 
unsigned number
 

Detailed Description

This is the representation of an operand reference.

Member Data Documentation

◆ location

llvm::SMLoc mlir::OpAsmParser::OperandType::location

◆ name

StringRef mlir::OpAsmParser::OperandType::name

◆ number

unsigned mlir::OpAsmParser::OperandType::number

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