MLIR  19.0.0git
Public Member Functions | List of all members
mlir::tblgen::Interface Class Reference

#include "mlir/TableGen/Interfaces.h"

+ Inheritance diagram for mlir::tblgen::Interface:

Public Member Functions

 Interface (const llvm::Record *def)
 
 Interface (const Interface &rhs)
 
StringRef getName () const
 
std::string getFullyQualifiedName () const
 
StringRef getCppNamespace () const
 
ArrayRef< InterfaceMethodgetMethods () const
 
std::optional< StringRef > getDescription () const
 
std::optional< StringRef > getExtraClassDeclaration () const
 
std::optional< StringRef > getExtraTraitClassDeclaration () const
 
std::optional< StringRef > getExtraSharedClassDeclaration () const
 
std::optional< StringRef > getExtraClassOf () const
 
std::optional< StringRef > getVerify () const
 
auto getBaseInterfaces () const
 
bool verifyWithRegions () const
 
const llvm::Record & getDef () const
 

Detailed Description

Definition at line 73 of file Interfaces.h.

Constructor & Destructor Documentation

◆ Interface() [1/2]

Interface::Interface ( const llvm::Record *  def)
explicit

Definition at line 75 of file Interfaces.cpp.

References getDef().

◆ Interface() [2/2]

mlir::tblgen::Interface::Interface ( const Interface rhs)
inline

Definition at line 76 of file Interfaces.h.

Member Function Documentation

◆ getBaseInterfaces()

auto mlir::tblgen::Interface::getBaseInterfaces ( ) const
inline

Definition at line 113 of file Interfaces.h.

◆ getCppNamespace()

StringRef Interface::getCppNamespace ( ) const

Definition at line 120 of file Interfaces.cpp.

Referenced by getFullyQualifiedName().

◆ getDef()

const llvm::Record& mlir::tblgen::Interface::getDef ( ) const
inline

◆ getDescription()

std::optional< StringRef > Interface::getDescription ( ) const

Definition at line 128 of file Interfaces.cpp.

◆ getExtraClassDeclaration()

std::optional< StringRef > Interface::getExtraClassDeclaration ( ) const

Definition at line 134 of file Interfaces.cpp.

◆ getExtraClassOf()

std::optional< StringRef > Interface::getExtraClassOf ( ) const

Definition at line 151 of file Interfaces.cpp.

◆ getExtraSharedClassDeclaration()

std::optional< StringRef > Interface::getExtraSharedClassDeclaration ( ) const

Definition at line 146 of file Interfaces.cpp.

◆ getExtraTraitClassDeclaration()

std::optional< StringRef > Interface::getExtraTraitClassDeclaration ( ) const

Definition at line 140 of file Interfaces.cpp.

◆ getFullyQualifiedName()

std::string Interface::getFullyQualifiedName ( ) const

Definition at line 111 of file Interfaces.cpp.

References getCppNamespace(), and getName().

◆ getMethods()

ArrayRef< InterfaceMethod > Interface::getMethods ( ) const

Definition at line 125 of file Interfaces.cpp.

◆ getName()

StringRef Interface::getName ( ) const

Definition at line 106 of file Interfaces.cpp.

Referenced by getFullyQualifiedName().

◆ getVerify()

std::optional< StringRef > Interface::getVerify ( ) const

Definition at line 157 of file Interfaces.cpp.

◆ verifyWithRegions()

bool Interface::verifyWithRegions ( ) const

Definition at line 165 of file Interfaces.cpp.


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