Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Tools/tblgen-lsp-server/
H A DTableGenServer.cpp356 } handlerContext{diagnostics, uri}; in initialize() local
365 &handlerContext); in initialize()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DClangdLSPServer.cpp163 WithContext HandlerContext(handlerContext()); in onNotify()
184 WithContext HandlerContext(handlerContext()); in onCall()
207 WithContext HandlerContext(handlerContext()); in onReply()
364 Context handlerContext() const { in handlerContext() function in clang::clangd::ClangdLSPServer::MessageHandler
/llvm-project-15.0.7/mlir/lib/Tools/PDLL/Parser/
H A DParser.cpp789 } handlerContext{*this, filename, fileLoc}; in parseTdInclude() local
800 &handlerContext); in parseTdInclude()