Lines Matching defs:emitDecl
590 emitDecl(const Operator &op, raw_ostream &os,
600 void emitDecl(raw_ostream &os);
1167 void OpEmitter::emitDecl(
1170 OpEmitter(op, staticVerifierEmitter).emitDecl(os);
1179 void OpEmitter::emitDecl(raw_ostream &os) {
4134 emitDecl(const Operator &op,
4582 void OpOperandAdaptorEmitter::emitDecl(
4613 bool emitDecl) {
4619 if (emitDecl) {
4624 OpOperandAdaptorEmitter::emitDecl(op, staticVerifierEmitter, os);
4625 OpEmitter::emitDecl(op, os, staticVerifierEmitter);
4665 /*emitDecl=*/true);
4684 /*emitDecl=*/false);