Searched refs:builderParams (Results 1 – 1 of 1) sorted by relevance
318 SmallVector<MethodParameter> builderParams; in getBuilderParams() local319 builderParams.append(prefix.begin(), prefix.end()); in getBuilderParams()321 builderParams.emplace_back(param.getCppType(), param.getName()); in getBuilderParams()322 return builderParams; in getBuilderParams()351 SmallVector<MethodParameter> builderParams; in getCustomBuilderParams() local352 builderParams.append(prefix.begin(), prefix.end()); in getCustomBuilderParams()354 builderParams.emplace_back("::mlir::MLIRContext *", "context"); in getCustomBuilderParams()356 builderParams.emplace_back(param.getCppType(), *param.getName(), in getCustomBuilderParams()359 return builderParams; in getCustomBuilderParams()