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

#include "mlir/TableGen/AttrOrTypeDef.h"

+ Inheritance diagram for mlir::tblgen::AttributeSelfTypeParameter:

Static Public Member Functions

static bool classof (const AttrOrTypeParameter *param)
 

Additional Inherited Members

- Public Member Functions inherited from mlir::tblgen::AttrOrTypeParameter
 AttrOrTypeParameter (const llvm::DagInit *def, unsigned index)
 
bool isAnonymous () const
 Returns true if the parameter is anonymous (has no name). More...
 
StringRef getName () const
 Get the parameter name. More...
 
std::string getAccessorName () const
 Get the parameter accessor name. More...
 
std::optional< StringRef > getAllocator () const
 If specified, get the custom allocator code for this parameter. More...
 
StringRef getComparator () const
 If specified, get the custom comparator code for this parameter. More...
 
StringRef getCppType () const
 Get the C++ type of this parameter. More...
 
StringRef getCppAccessorType () const
 Get the C++ accessor type of this parameter. More...
 
StringRef getCppStorageType () const
 Get the C++ storage type of this parameter. More...
 
StringRef getConvertFromStorage () const
 Get the C++ code to convert from the storage type to the parameter type. More...
 
std::optional< StringRef > getParser () const
 Get an optional C++ parameter parser. More...
 
std::optional< StringRef > getPrinter () const
 Get an optional C++ parameter printer. More...
 
std::optional< StringRef > getSummary () const
 Get a description of this parameter for documentation purposes. More...
 
StringRef getSyntax () const
 Get the assembly syntax documentation. More...
 
bool isOptional () const
 Returns true if the parameter is optional. More...
 
std::optional< StringRef > getDefaultValue () const
 Get the default value of the parameter if it has one. More...
 
llvm::Init * getDef () const
 Return the underlying def of this parameter. More...
 
bool operator== (const AttrOrTypeParameter &other) const
 The parameter is pointer-comparable. More...
 
bool operator!= (const AttrOrTypeParameter &other) const
 

Detailed Description

Definition at line 132 of file AttrOrTypeDef.h.

Member Function Documentation

◆ classof()

bool AttributeSelfTypeParameter::classof ( const AttrOrTypeParameter param)
static

Definition at line 338 of file AttrOrTypeDef.cpp.

References mlir::tblgen::AttrOrTypeParameter::getDef().


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