MLIR  19.0.0git
Classes | Namespaces | Typedefs
Argument.h File Reference
#include "mlir/TableGen/Attribute.h"
#include "mlir/TableGen/Property.h"
#include "mlir/TableGen/Type.h"
#include "llvm/ADT/PointerUnion.h"
#include <string>

Go to the source code of this file.

Classes

struct  mlir::tblgen::NamedAttribute
 
struct  mlir::tblgen::NamedTypeConstraint
 

Namespaces

 llvm
 Include the generated interface declarations.
 
 mlir
 Include the generated interface declarations.
 
 mlir::tblgen
 

Typedefs

using mlir::tblgen::Argument = llvm::PointerUnion< NamedAttribute *, NamedProperty *, NamedTypeConstraint * >