Home
last modified time | relevance | path

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

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