Home
last modified time | relevance | path

Searched defs:TypeDirective (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/tools/mlir-tblgen/
DOpFormatGen.cpp55 TypeDirective, enumerator
228 class TypeDirective : public DirectiveElement<Element::Kind::TypeDirective> { class
230 TypeDirective(std::unique_ptr<Element> arg) : operand(std::move(arg)) {} in TypeDirective() function in __anon81548fc80311::TypeDirective