Searched refs:ProgressParams (Results 1 – 2 of 2) sorted by relevance
185 LSPBinder::OutgoingNotification<ProgressParams<WorkDoneProgressBegin>>187 LSPBinder::OutgoingNotification<ProgressParams<WorkDoneProgressReport>>189 LSPBinder::OutgoingNotification<ProgressParams<WorkDoneProgressEnd>>
583 template <typename T> struct ProgressParams { struct590 template <typename T> llvm::json::Value toJSON(const ProgressParams<T> &P) { in toJSON() argument