MLIR
20.0.0git
|
#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 | |
The OpAsmOpInterface, see OpAsmInterface.td for more details. | |
mlir | |
Include the generated interface declarations. | |
mlir::tblgen | |
Typedefs | |
using | mlir::tblgen::Argument = llvm::PointerUnion< NamedAttribute *, NamedProperty *, NamedTypeConstraint * > |