My Project
Classes | Namespaces | Typedefs
Argument.h File Reference
#include "mlir/TableGen/Attribute.h"
#include "mlir/TableGen/Type.h"
#include "llvm/ADT/PointerUnion.h"
#include <string>
Include dependency graph for Argument.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Namespaces

 llvm
 
 mlir
 
 mlir::tblgen
 

Typedefs

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