Searched refs:tmpContext (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/ |
| H A D | MLIRServer.cpp | 793 MLIRContext tmpContext(registry, MLIRContext::Threading::DISABLED); in getCodeCompletion() local 794 tmpContext.allowUnregisteredDialects(); in getCodeCompletion() 797 &tmpContext); in getCodeCompletion() 801 (void)parseAsmSourceFile(sourceMgr, &tmpIR, &tmpContext, &tmpState, in getCodeCompletion()
|
| /llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/ |
| H A D | PDLLServer.cpp | 1038 ast::Context tmpContext(tmpODSContext); in getCodeCompletion() local 1039 (void)parsePDLLAST(tmpContext, sourceMgr, /*enableDocumentation=*/true, in getCodeCompletion() 1192 ast::Context tmpContext(tmpODSContext); in getSignatureHelp() local 1193 (void)parsePDLLAST(tmpContext, sourceMgr, /*enableDocumentation=*/true, in getSignatureHelp()
|