Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/utils/vscode/src/PDLL/commands/
H A DviewOutput.ts33 const pdllClient = this.context.getLanguageClient(workspaceFolder, "pdll"); constant
34 if (!pdllClient) {
51 await pdllClient.sendRequest('pdll/viewOutput', outputParams);