Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DProgressEvent.cpp34 m_event_type = progressStart; in ProgressEvent()
75 if (event.GetEventType() == progressStart && event.GetEventName().empty()) in Create()
93 if (m_event_type == progressStart) in GetEventName()
111 if (m_event_type == progressStart) { in ToJSON()
H A DProgressEvent.h21 progressStart, enumerator