Lines Matching defs:methodName
1189 static void errorIfPruned(size_t line, Method *m, const Twine &methodName,
1194 methodName + "` for " +
1267 std::string methodName = name + "AttrName";
1271 auto *method = opClass.addInlineMethod("::mlir::StringAttr", methodName);
1272 ERROR_IF_PRUNED(method, methodName, op);
1279 "::mlir::StringAttr", methodName,
1281 ERROR_IF_PRUNED(method, methodName, op);
1288 std::string methodName = name + "AttrName";
1291 auto *method = opClass.addInlineMethod("::mlir::StringAttr", methodName);
1292 ERROR_IF_PRUNED(method, methodName, op);
1300 "::mlir::StringAttr", methodName,
1302 ERROR_IF_PRUNED(method, methodName, op);
2100 Class &opClass, bool isGenericAdaptorBase, StringRef methodName,
2115 auto *method = opClass.addMethod("std::pair<unsigned, unsigned>", methodName,
2199 /*methodName=*/"getODSOperandIndexAndLength", numVariadicOperands,