Searched refs:WasInterrupted (Results 1 – 8 of 8) sorted by relevance
202 bool WasInterrupted = false; member210 WasInterrupted |= Other.WasInterrupted; in combineWith()
255 bool WasInterrupted() const;
673 bool WasInterrupted() const;
146 bool SBCommandInterpreter::WasInterrupted() const { in WasInterrupted() function in SBCommandInterpreter
2378 Result.WasInterrupted = true; in handle()2657 if (CombinedResult.WasInterrupted) { in track()2660 CombinedResult.WasInterrupted = false; in track()
3043 bool CommandInterpreter::WasInterrupted() const { in WasInterrupted() function in CommandInterpreter3096 if (WasInterrupted()) in IOHandlerInputComplete()
1317 return GetCommandInterpreter().WasInterrupted(); in InterruptRequested()
13762 result = (bool)((lldb::SBCommandInterpreter const *)arg1)->WasInterrupted(); in _wrap_SBCommandInterpreter_WasInterrupted()