Home
last modified time | relevance | path

Searched refs:writeDeclTo (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/lib/TableGen/
H A DClass.cpp28 void MethodParameter::writeDeclTo(raw_indented_ostream &os) const { in writeDeclTo() function in MethodParameter
46 void MethodParameters::writeDeclTo(raw_indented_ostream &os) const { in writeDeclTo() function in MethodParameters
82 void MethodSignature::writeDeclTo(raw_indented_ostream &os) const { in writeDeclTo() function in MethodSignature
84 parameters.writeDeclTo(os); in writeDeclTo()
116 void Method::writeDeclTo(raw_indented_ostream &os) const { in writeDeclTo() function in Method
121 methodSignature.writeDeclTo(os); in writeDeclTo()
150 void Constructor::writeDeclTo(raw_indented_ostream &os) const { in writeDeclTo() function in Constructor
153 methodSignature.writeDeclTo(os); in writeDeclTo()
241 void Field::writeDeclTo(raw_indented_ostream &os) const { in writeDeclTo() function in Field
277 void Class::writeDeclTo(raw_indented_ostream &os) const { in writeDeclTo() function in Class
[all …]
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DClass.h64 void writeDeclTo(raw_indented_ostream &os) const;
96 void writeDeclTo(raw_indented_ostream &os) const;
159 void writeDeclTo(raw_indented_ostream &os) const;
353 void writeDeclTo(raw_indented_ostream &os) const override;
393 void writeDeclTo(raw_indented_ostream &os) const override;
489 void writeDeclTo(raw_indented_ostream &os) const override;
508 void writeDeclTo(raw_indented_ostream &os) const override;
528 void writeDeclTo(raw_indented_ostream &os) const override;
682 void writeDeclTo(raw_ostream &rawOs) const { in writeDeclTo() function
684 writeDeclTo(os); in writeDeclTo()
[all …]
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DAttrOrTypeDefGen.cpp74 defCls.writeDeclTo(os); in emitDecl()
79 storageCls->writeDeclTo(os); // everything is inline in emitDef()
852 parse.writeDeclTo(indentedOs); in emitParsePrintDispatch()
853 printer.writeDeclTo(indentedOs); in emitParsePrintDispatch()
H A DOpDefinitionsGen.cpp855 opClass.writeDeclTo(os); in emitDecl()
2992 OpOperandAdaptorEmitter(op, staticVerifierEmitter).adaptor.writeDeclTo(os); in emitDecl()