Lines Matching refs:MyType
331 `MyType`, the process is the same for attributes except that attributes use
335 def MyType : ... {
372 class MyType : /*...*/ {
374 static MyType get(::mlir::MLIRContext *context, int intParam);
379 `MyType`. The `context` parameter is implicitly added by the generator, and is
383 `MyType` will need to provide a definition of `MyType::get`.
395 class MyType : /*...*/ {
397 static MyType get(::mlir::MLIRContext *context, int intParam = 0);
417 class MyType : /*...*/ {
419 static MyType get(::mlir::MLIRContext *context, int intParam = 0);
422 MyType MyType::get(::mlir::MLIRContext *context, int intParam) {
447 class MyType : /*...*/ {
449 static MyType get(Type typeParam);
452 MyType MyType::get(Type typeParam) {
475 class MyType : /*...*/ {
527 - `static Type MyType::parse(AsmParser &parser)`
529 - `Type MyType::print(AsmPrinter &p) const`
552 def MyType : TypeDef<My_Dialect, "MyType"> {
566 The declarative assembly format for `MyType` results in the following format in