Searched refs:writeDeclTo (Results 1 – 4 of 4) sorted by relevance
28 void MethodParameter::writeDeclTo(raw_indented_ostream &os) const { in writeDeclTo() function in MethodParameter46 void MethodParameters::writeDeclTo(raw_indented_ostream &os) const { in writeDeclTo() function in MethodParameters82 void MethodSignature::writeDeclTo(raw_indented_ostream &os) const { in writeDeclTo() function in MethodSignature84 parameters.writeDeclTo(os); in writeDeclTo()116 void Method::writeDeclTo(raw_indented_ostream &os) const { in writeDeclTo() function in Method121 methodSignature.writeDeclTo(os); in writeDeclTo()150 void Constructor::writeDeclTo(raw_indented_ostream &os) const { in writeDeclTo() function in Constructor153 methodSignature.writeDeclTo(os); in writeDeclTo()241 void Field::writeDeclTo(raw_indented_ostream &os) const { in writeDeclTo() function in Field277 void Class::writeDeclTo(raw_indented_ostream &os) const { in writeDeclTo() function in Class[all …]
64 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() function684 writeDeclTo(os); in writeDeclTo()[all …]
74 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()
855 opClass.writeDeclTo(os); in emitDecl()2992 OpOperandAdaptorEmitter(op, staticVerifierEmitter).adaptor.writeDeclTo(os); in emitDecl()