Home
last modified time | relevance | path

Searched defs:SetIsDone (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DIOHandler.h90 void SetIsDone(bool b) { m_done = b; } in SetIsDone() function
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp117 void SBInputReader::SetIsDone(bool b) { LLDB_INSTRUMENT_VA(this, b); } in SetIsDone() function in SBInputReader