Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DTransport.h133 void method(llvm::StringLiteral method, ThisT *thisPtr, in method() argument
136 thisPtr](llvm::json::Value rawParams, in method()
141 (thisPtr->*handler)(*param, std::move(reply)); in method()
146 void notification(llvm::StringLiteral method, ThisT *thisPtr, in notification() argument
149 thisPtr](llvm::json::Value rawParams) { in notification()
153 (thisPtr->*handler)(*param); in notification()