Searched defs:SetIsDone (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/include/lldb/Core/ | ||
H A D | IOHandler.h | 86 void SetIsDone(bool b) { m_done = b; } SetIsDone() function |
/llvm-project/lldb/source/API/ | ||
H A D | SBDebugger.cpp | 82 void SBInputReader::SetIsDone(bool b) { LLDB_INSTRUMENT_VA(this, b); } SetIsDone() function in SBInputReader |