MLIR  19.0.0git
Public Member Functions | Public Attributes | List of all members
mlir::AsmParserState::Impl::PartialOpDef Struct Reference

Public Member Functions

 PartialOpDef (const OperationName &opName)
 
bool isSymbolTable () const
 Return if this operation is a symbol table. More...
 

Public Attributes

std::unique_ptr< SymbolUseMapsymbolTable
 If this operation is a symbol table, the following contains symbol uses within this operation. More...
 

Detailed Description

Definition at line 39 of file AsmParserState.cpp.

Constructor & Destructor Documentation

◆ PartialOpDef()

mlir::AsmParserState::Impl::PartialOpDef::PartialOpDef ( const OperationName opName)
inlineexplicit

Member Function Documentation

◆ isSymbolTable()

bool mlir::AsmParserState::Impl::PartialOpDef::isSymbolTable ( ) const
inline

Member Data Documentation

◆ symbolTable

std::unique_ptr<SymbolUseMap> mlir::AsmParserState::Impl::PartialOpDef::symbolTable

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