Lines Matching defs:Method
78 static void logBody(llvm::StringRef Method, llvm::json::Value V, bool Send) { in logBody()
99 std::vector<llvm::json::Value> takeNotifications(llvm::StringRef Method) { in takeNotifications()
108 void expectCall(llvm::StringRef Method) { in expectCall()
113 std::vector<llvm::json::Value> takeCallParams(llvm::StringRef Method) { in takeCallParams()
138 void notify(llvm::StringRef Method, llvm::json::Value V) override { in notify()
144 void call(llvm::StringRef Method, llvm::json::Value Params, in call()
180 LSPClient::CallResult &LSPClient::call(llvm::StringRef Method, in call()
191 void LSPClient::expectServerCall(llvm::StringRef Method) { in expectServerCall()
195 void LSPClient::notify(llvm::StringRef Method, llvm::json::Value Params) { in notify()
204 LSPClient::takeNotifications(llvm::StringRef Method) { in takeNotifications()
209 LSPClient::takeCallParams(llvm::StringRef Method) { in takeCallParams()