Searched refs:ReplyHandler (Results 1 – 1 of 1) sorted by relevance
209 Callback<llvm::json::Value> ReplyHandler = nullptr; in onReply() local215 ReplyHandler = std::move(ReplyCallbacks[Index].second); in onReply()223 if (!ReplyHandler) { in onReply()225 ReplyHandler = [&ID](llvm::Expected<llvm::json::Value> Result) { in onReply()235 ReplyHandler(std::move(Result)); in onReply()239 ReplyHandler(std::move(Err)); in onReply()