My Project
Public Member Functions | List of all members
mlir::tblgen::Dialect Class Reference

#include <Dialect.h>

Public Member Functions

 Dialect (const llvm::Record *def)
 
StringRef getName () const
 
StringRef getCppNamespace () const
 
StringRef getSummary () const
 
StringRef getDescription () const
 
bool operator== (const Dialect &other) const
 
bool operator< (const Dialect &other) const
 
 operator bool () const
 

Constructor & Destructor Documentation

◆ Dialect()

mlir::tblgen::Dialect::Dialect ( const llvm::Record *  def)
inlineexplicit

Member Function Documentation

◆ getCppNamespace()

StringRef mlir::tblgen::Dialect::getCppNamespace ( ) const

◆ getDescription()

StringRef mlir::tblgen::Dialect::getDescription ( ) const

◆ getName()

StringRef mlir::tblgen::Dialect::getName ( ) const

◆ getSummary()

StringRef mlir::tblgen::Dialect::getSummary ( ) const

◆ operator bool()

mlir::tblgen::Dialect::operator bool ( ) const
inline

◆ operator<()

bool mlir::tblgen::Dialect::operator< ( const Dialect other) const

◆ operator==()

bool mlir::tblgen::Dialect::operator== ( const Dialect other) const

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