MLIR  19.0.0git
Public Member Functions | Static Public Member Functions | List of all members
mlir::tblgen::Operator::VariableDecoratorIterator Struct Reference

A utility iterator over a list of variable decorators. More...

#include "mlir/TableGen/Operator.h"

+ Inheritance diagram for mlir::tblgen::Operator::VariableDecoratorIterator:

Public Member Functions

 VariableDecoratorIterator (llvm::Init *const *it)
 Initializes the iterator to the specified iterator. More...
 

Static Public Member Functions

static VariableDecorator unwrap (llvm::Init *init)
 

Detailed Description

A utility iterator over a list of variable decorators.

Definition at line 121 of file Operator.h.

Constructor & Destructor Documentation

◆ VariableDecoratorIterator()

mlir::tblgen::Operator::VariableDecoratorIterator::VariableDecoratorIterator ( llvm::Init *const *  it)
inline

Initializes the iterator to the specified iterator.

Definition at line 125 of file Operator.h.

Member Function Documentation

◆ unwrap()

auto Operator::VariableDecoratorIterator::unwrap ( llvm::Init *  init)
static

Definition at line 834 of file Operator.cpp.


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